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 57e4bbb commit 52b88e2Copy full SHA for 52b88e2
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.7.0.1-SNAPSHOT"
+val projectVersion = "0.8.0"
14
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
15
val _scalaVersions = Seq("3.2.2", "2.13.10", "2.12.17")
16
val _scalaVersion = _scalaVersions.head
0 commit comments