We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbb37c commit 0747ceaCopy full SHA for 0747cea
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.1"
+val projectVersion = "0.10.1.1-SNAPSHOT"
13
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
14
val _scalaVersions = Seq("3.3.4", "2.13.15", "2.12.20")
15
val _scalaVersion = _scalaVersions.head
0 commit comments