Skip to content

Commit

Permalink
Bump Scala versions "3.3.1", "2.13.12", "2.12.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 25, 2023
1 parent 6226d9f commit 46cebc2
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 @@ -12,7 +12,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

val projectVersion = "0.8.0.1-SNAPSHOT"
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
val _scalaVersions = Seq("3.2.2", "2.13.10", "2.12.17")
val _scalaVersions = Seq("3.3.1", "2.13.12", "2.12.18")
val _scalaVersion = _scalaVersions.head

ThisBuild / version := projectVersion
Expand Down

0 comments on commit 46cebc2

Please sign in to comment.