Skip to content

Commit

Permalink
Update Scala versions: 3.3.4, 3.5.1, 2.13.15 (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Sep 27, 2024
1 parent 12c72c0 commit 8d23cd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ object ScalaVersions {
BuildInfo.stableNext,
BuildInfo.latestLTS,
BuildInfo.stableLTS,
"3.5.0-RC7",
"3.5.0",
"3.4.3",
"3.4.2",
"3.4.1",
"3.4.0",
"3.3.3",
"3.3.2",
"3.3.1",
"3.3.0",
Expand All @@ -44,6 +45,7 @@ object ScalaVersions {
case _ =>
List(
BuildInfo.latest213,
"2.13.14",
"2.13.13",
"2.13.12",
"2.13.11",
Expand All @@ -59,6 +61,7 @@ object ScalaVersions {
"2.13.1",
"2.13.0",
BuildInfo.latest212,
"2.12.19",
"2.12.18",
"2.12.17",
"2.12.16",
Expand Down
10 changes: 5 additions & 5 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ object SbtShared {
val latest210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.20"
val latest213 = "2.13.14"
val latest213 = "2.13.15"
val old3 = "3.0.2"
val stableLTS = "3.3.3"
val stableNext = "3.5.0"
val latestLTS = "3.3.4-RC2"
val latestNext = "3.5.1-RC2"
val stableLTS = "3.3.4"
val stableNext = "3.5.1"
val latestLTS = "3.3.4"
val latestNext = "3.5.2-RC1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit 8d23cd0

Please sign in to comment.