diff --git a/CHANGELOG b/CHANGELOG index b9039568..7b1f42dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.2.10 (11/June/19) + +* Scala 2.13.0 release + 0.2.9 (2/June/19) * Add new setting `UseUnicodeArrows` that allows to reverse the unicode arrow symbol replacement when set to false (in Scala 2.13 unicode arrows are deprecated) diff --git a/README.rst b/README.rst index dd203cc1..8debab8e 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Usage within a project Have a use for the scalariform source code directly? You can use it as a build dependency: :: - "org.scalariform" %% "scalariform" % "0.2.9" + "org.scalariform" %% "scalariform" % "0.2.10" Integration with Eclipse ------------------------