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 cee45d5 commit ae6b531Copy full SHA for ae6b531
build.sbt
@@ -8,7 +8,7 @@ import java.net.URL
8
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
9
//
10
11
-val projectVersion = "0.2.0-SNAPSHOT"
+val projectVersion = "0.2.0"
12
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
13
val scalaVersions = Seq("2.11.12", "2.12.7")
14
0 commit comments