We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ced95 commit 16befb2Copy full SHA for 16befb2
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.2.6 (29/October/17)
2
+
3
+* Removed OSGi configuration, no longer needed for Scala-IDE (PR #258 by @sschaef)
4
5
0.2.5 (27/October/17)
6
7
* Added support for single case pattern without forced newline (fixes #29)
README.rst
@@ -52,7 +52,7 @@ Usage within a project
52
53
Have a use for the scalariform source code directly? You can use it as a build dependency: ::
54
55
- "org.scalariform" %% "scalariform" % "0.2.5"
+ "org.scalariform" %% "scalariform" % "0.2.6"
56
57
Integration with Eclipse
58
------------------------
version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.2.6-SNAPSHOT"
+version in ThisBuild := "0.2.6"
0 commit comments