File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.2.8 (29/March/19)
2+
3+ * Fix type mismatch between `Unit` and `TokenType` (PR #276 by @Philippus)
4+
150.2.7 (8/February/19)
26
37* Added trailing comma support (PR #262 by @marekzebrowski])
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.7 "
55+ "org.scalariform" %% "scalariform" % "0.2.8 "
5656
5757Integration with Eclipse
5858------------------------
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ lazy val scalariform = (project
120120 Package .JarManifest (m)
121121 },
122122 testOptions in Test += Tests .Argument (" -oI" ),
123- mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.6 " )
123+ mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.7 " )
124124 )
125125)
126126
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.2.7 "
1+ version in ThisBuild := " 0.2.8 "
You can’t perform that action at this time.
0 commit comments