Skip to content

Commit 19f74b2

Browse files
committed
Update Scala 3 LTS to 3.3.5
1 parent 7ec9da1 commit 19f74b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Scala {
77
def scala213 = "2.13.16"
88
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
10-
def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build
10+
def scala3Lts = s"$scala3LtsPrefix.5" // the LTS version currently used in the build
1111
def scala3NextPrefix = "3.6"
1212
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
1313
def scala3NextAnnounced =

0 commit comments

Comments
 (0)