Skip to content

Commit

Permalink
Merge pull request #1106 from WojciechMazur/release/3.6.2
Browse files Browse the repository at this point in the history
Update Scala 3 versions
  • Loading branch information
gkepka authored Dec 11, 2024
2 parents 9f91383 + 6406f47 commit aab0709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ 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.1", // hotfix to 3.6.0 - abandoned
// "3.6.0", Bad release
"3.5.2",
"3.5.1",
"3.5.0",
"3.4.3",
Expand Down
6 changes: 3 additions & 3 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.2"
val latestLTS = "3.3.4"
val latestNext = "3.6.2-RC3"
val stableNext = "3.6.2"
val latestLTS = "3.3.5-RC1"
val latestNext = "3.6.3-RC1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit aab0709

Please sign in to comment.