Skip to content

Commit

Permalink
Add Scala 3.6.2-RC1 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Nov 19, 2024
1 parent 0383709 commit c553f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ object ScalaVersions {
BuildInfo.stableNext,
BuildInfo.latestLTS,
BuildInfo.stableLTS,
"3.6.1", // TODO: Abandon this hot-fix release when 3.6.2 is available
// "3.6.0", Bad release
"3.5.1",
"3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object SbtShared {
val stableLTS = "3.3.4"
val stableNext = "3.5.2"
val latestLTS = "3.3.4"
val latestNext = "3.6.1"
val latestNext = "3.6.2-RC1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit c553f85

Please sign in to comment.