We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4af2e commit 670fc95Copy full SHA for 670fc95
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.10.0"
+val projectVersion = "0.10.0.1-SNAPSHOT"
13
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
14
val _scalaVersions = Seq("3.3.3", "2.13.14", "2.12.19")
15
val _scalaVersion = _scalaVersions.head
0 commit comments