Skip to content

Commit

Permalink
Update Scala 2 and Scala 3 versions (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Nov 12, 2024
1 parent 8d23cd0 commit 0383709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ object ScalaVersions {
BuildInfo.stableNext,
BuildInfo.latestLTS,
BuildInfo.stableLTS,
// "3.6.0", Bad release
"3.5.1",
"3.5.0",
"3.4.3",
"3.4.2",
"3.4.1",
"3.4.0",
"3.3.3",
"3.3.2",
// "3.3.2", Bad release
"3.3.1",
"3.3.0",
"3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ object SbtShared {
val latest213 = "2.13.15"
val old3 = "3.0.2"
val stableLTS = "3.3.4"
val stableNext = "3.5.1"
val stableNext = "3.5.2"
val latestLTS = "3.3.4"
val latestNext = "3.5.2-RC1"
val latestNext = "3.6.1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit 0383709

Please sign in to comment.