Skip to content

Commit 8f5b57f

Browse files
authored
Bump Scala LTS to 3.3.3 (#2772)
1 parent 986f33c commit 8f5b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Scala {
55
def scala213 = "2.13.13"
66
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
77
def scala3LtsPrefix = "3.3" // used for the LTS version tags
8-
def scala3Lts = s"$scala3LtsPrefix.2" // the LTS version currently used in the build
8+
def scala3Lts = s"$scala3LtsPrefix.3" // the LTS version currently used in the build
99
def scala3Next = "3.4.0" // the newest/next version of Scala
1010

1111
// The Scala version used to build the CLI itself.

0 commit comments

Comments
 (0)