Skip to content

Commit

Permalink
Add scala 3.3.2-RC3 and 3.4.0-RC4 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala authored Feb 2, 2024
1 parent 478e713 commit ae5e999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ object SbtShared {
val old3 = "3.0.2"
val stableLTS = "3.3.1"
val stableNext = "???"
val latestLTS = "3.3.2-RC2"
val latestNext = "3.4.0-RC3"
val latestLTS = "3.3.2-RC3"
val latestNext = "3.4.0-RC4"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit ae5e999

Please sign in to comment.