diff --git a/build.sbt b/build.sbt index 97b27e0..f64e2b4 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _} // JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name") // -val projectVersion = "0.9.0" +val projectVersion = "0.9.0.1-SNAPSHOT" val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion val _scalaVersions = Seq("3.3.3", "2.13.13", "2.12.19") val _scalaVersion = _scalaVersions.head