Skip to content

Commit

Permalink
Add 3.4.3-RC1, 3.5.0-RC6 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala committed Jul 31, 2024
1 parent 9601510 commit 0ddd06b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ object ScalaVersions {
val versions = tpe match {
case ScalaTargetType.Scala3 =>
List(
"3.5.1-RC1",
BuildInfo.latestNext,
BuildInfo.stableNext,
BuildInfo.latestLTS,
BuildInfo.stableLTS,
"3.5.0-RC6",
"3.4.3-RC1",
"3.4.2",
"3.4.1",
"3.4.0",
"3.3.2",
"3.3.1",
"3.3.0",
"3.2.2",
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.3"
val stableNext = "3.4.2"
val latestLTS = "3.3.4-RC1"
val latestNext = "3.5.0-RC5"
val latestNext = "3.5.1-RC1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit 0ddd06b

Please sign in to comment.