Skip to content

Commit

Permalink
Mark release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jul 14, 2022
1 parent 0831b9d commit a82929d
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 @@ -10,7 +10,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.5.0.2-SNAPSHOT"
val projectVersion = "0.6.0"
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
val _scalaVersions = Seq("3.0.2", "2.13.8", "2.12.16")
val _scalaVersion = _scalaVersions.head
Expand Down

0 comments on commit a82929d

Please sign in to comment.