File tree 4 files changed +7
-3
lines changed 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
+
1
5
0.2.7 (8/February/19)
2
6
3
7
* 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
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.7 "
55
+ "org.scalariform" %% "scalariform" % "0.2.8 "
56
56
57
57
Integration with Eclipse
58
58
------------------------
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ lazy val scalariform = (project
120
120
Package .JarManifest (m)
121
121
},
122
122
testOptions in Test += Tests .Argument (" -oI" ),
123
- mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.6 " )
123
+ mimaPreviousArtifacts := Set (organization.value %% " scalariform" % " 0.2.7 " )
124
124
)
125
125
)
126
126
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