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 233e5b6 commit e5ca81eCopy full SHA for e5ca81e
build.sbt
@@ -11,7 +11,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
11
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
12
//
13
14
-val projectVersion = "0.3.1-SNAPSHOT"
+val projectVersion = "0.3.1"
15
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
16
val _scalaVersions = Seq("2.13.0", "2.12.9")
17
val _scalaVersion = _scalaVersions.head
0 commit comments