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 013cb2b commit d0d639eCopy full SHA for d0d639e
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.3.1-SNAPSHOT"
+val projectVersion = "0.3.4"
15
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
16
val _scalaVersions = Seq("2.13.1", "2.12.11")
17
val _scalaVersion = _scalaVersions.head
0 commit comments