We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd57d66 + bb44c7c commit fcbb37cCopy full SHA for fcbb37c
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.1-SNAPSHOT"
+val projectVersion = "0.10.1"
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