File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
0.2.6 (29/October/17)
2
7
3
8
* Removed OSGi configuration, no longer needed for Scala-IDE (PR #258 by @sschaef)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Usage within a project
52
52
53
53
Have a use for the scalariform source code directly? You can use it as a build dependency: ::
54
54
55
- "org.scalariform" %% "scalariform" % "0.2.6 "
55
+ "org.scalariform" %% "scalariform" % "0.2.7 "
56
56
57
57
Integration with Eclipse
58
58
------------------------
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.2.7-SNAPSHOT "
1
+ version in ThisBuild := " 0.2.7"
You can’t perform that action at this time.
0 commit comments