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 2466a21 commit 27a7e98Copy full SHA for 27a7e98
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.8.0.1-SNAPSHOT"
+val projectVersion = "0.9.0"
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