Skip to content

Commit 08b7be4

Browse files
committed
0.2.7 release
1 parent d18681b commit 08b7be4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.2.7 (8/February/19)
2+
3+
* Added trailing comma support (PR #262 by @marekzebrowski])
4+
* Added support for Scala 2.13 (PR #272 by @Sciss)
5+
16
0.2.6 (29/October/17)
27

38
* Removed OSGi configuration, no longer needed for Scala-IDE (PR #258 by @sschaef)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usage within a project
5252

5353
Have a use for the scalariform source code directly? You can use it as a build dependency: ::
5454

55-
"org.scalariform" %% "scalariform" % "0.2.6"
55+
"org.scalariform" %% "scalariform" % "0.2.7"
5656

5757
Integration with Eclipse
5858
------------------------

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.7-SNAPSHOT"
1+
version in ThisBuild := "0.2.7"

0 commit comments

Comments
 (0)