Skip to content

Commit

Permalink
Add Scala 3.6.2-RC1 (#1103)
Browse files Browse the repository at this point in the history
WojciechMazur authored Nov 19, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 0383709 commit c553f85
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion project/SbtShared.scala
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c553f85

Please sign in to comment.