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+
160.2.6 (29/October/17)
27
38* 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
5252
5353Have 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
5757Integration with Eclipse
5858------------------------
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