We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eef4f8 commit c0fdec6Copy full SHA for c0fdec6
build.sbt
@@ -9,7 +9,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
9
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
10
//
11
12
-val projectVersion = "0.9.0"
+val projectVersion = "0.9.0.1-SNAPSHOT"
13
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
14
val _scalaVersions = Seq("3.3.3", "2.13.13", "2.12.19")
15
val _scalaVersion = _scalaVersions.head
0 commit comments