Skip to content

Commit da8126a

Browse files
authored
Merge pull request #277 from godenji/0.2.8
0.2.8 release
2 parents ca4a577 + af296f1 commit da8126a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.8 (29/March/19)
2+
3+
* Fix type mismatch between `Unit` and `TokenType` (PR #276 by @Philippus)
4+
15
0.2.7 (8/February/19)
26

37
* Added trailing comma support (PR #262 by @marekzebrowski])

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Usage within a project
5252

5353
Have 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

5757
Integration with Eclipse
5858
------------------------

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.7"
1+
version in ThisBuild := "0.2.8"

0 commit comments

Comments
 (0)