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 0831b9d commit a82929dCopy full SHA for a82929d
build.sbt
@@ -10,7 +10,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
10
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
11
//
12
13
-val projectVersion = "0.5.0.2-SNAPSHOT"
+val projectVersion = "0.6.0"
14
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
15
val _scalaVersions = Seq("3.0.2", "2.13.8", "2.12.16")
16
val _scalaVersion = _scalaVersions.head
0 commit comments