Skip to content

Commit

Permalink
Mark release version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Oct 22, 2024
1 parent a979874 commit bb44c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb44c7c

Please sign in to comment.