Skip to content

Commit

Permalink
Bump Scala LTS to 3.3.3 (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Mar 4, 2024
1 parent 986f33c commit 8f5b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Scala {
def scala213 = "2.13.13"
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
def scala3LtsPrefix = "3.3" // used for the LTS version tags
def scala3Lts = s"$scala3LtsPrefix.2" // the LTS version currently used in the build
def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
def scala3Next = "3.4.0" // the newest/next version of Scala

// The Scala version used to build the CLI itself.
Expand Down

0 comments on commit 8f5b57f

Please sign in to comment.