diff --git a/build.sbt b/build.sbt index a794e59..f37b515 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.10.0.1-SNAPSHOT" +val projectVersion = "0.10.1" val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion val _scalaVersions = Seq("3.3.4", "2.13.15", "2.12.20") val _scalaVersion = _scalaVersions.head