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 1b9f2b3 commit cb60c42Copy full SHA for cb60c42
README.adoc
@@ -25,7 +25,7 @@ Versions: The table below lists the versions and their main dependencies
25
|0.5.0|2.11.x |2.4.x |3.1.x
26
|0.6.0|2.12.x or 2.11.x|2.4.x|3.2.0
27
|0.7.0|2.12.x or 2.11.x|2.5.x|3.2.0
28
-|0.8.0-SNAPSHOT|2.12.x or 2.11.x|2.5.x|3.2.1
+|0.8.0|2.12.x or 2.11.x|2.5.x|3.2.1
29
|===
30
31
So you just need to add the following dependency to your SBT dependencies
version.sbt
@@ -1,5 +1,5 @@
1
val snapshotSuffix = "-SNAPSHOT"
2
3
-version in ThisBuild := "0.8.0" + snapshotSuffix
+version in ThisBuild := "0.8.0" //+ snapshotSuffix
4
5
isSnapshot := version.value.endsWith(snapshotSuffix)
0 commit comments