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 6bf88cd commit b39278aCopy full SHA for b39278a
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.1"
+val projectVersion = "0.2.2-SNAPSHOT"
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