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 6c0d490 commit cd6828bCopy full SHA for cd6828b
version.sbt
@@ -1,5 +1,5 @@
1
val snapshotSuffix = "-SNAPSHOT"
2
3
-version in ThisBuild := "0.7.0" //+ snapshotSuffix
+version in ThisBuild := "0.8.0" + snapshotSuffix
4
5
isSnapshot := version.value.endsWith(snapshotSuffix)
0 commit comments