Skip to content

Commit

Permalink
Merge pull request #763 from scalacenter/update/scala3-compiler-3.5.2…
Browse files Browse the repository at this point in the history
…-RC1

Update scala3-compiler, scala3-library to 3.5.2-RC1
  • Loading branch information
adpi2 authored Sep 25, 2024
2 parents 65063e3 + ef8be7b commit d1c2543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ lazy val expressionCompiler = projectMatrix
case (2, 12, _) => Seq("2.12.20", "2.12.19", "2.12.18", "2.12.17", "2.12.16", "2.12.15", "2.12.14", "2.12.13")
case (2, 13, _) => Seq("2.13.14", "2.13.13", "2.13.12", "2.13.11", "2.13.10", "2.13.9", "2.13.8", "2.13.7", "2.13.6", "2.13.5", "2.13.4")
case (3, 0, _) => Seq("3.0.2", "3.0.1", "3.0.0")
case (3, 1 | 2 | 3, _) => Seq("3.3.4-RC3", "3.3.3", "3.3.2", "3.3.1", "3.3.0", "3.2.2", "3.2.1", "3.2.0", "3.1.3", "3.1.2", "3.1.1", "3.1.0")
case (3, _, _) => Seq("3.5.1-RC2", "3.5.0", "3.4.3", "3.4.2", "3.4.1", "3.4.0")
case (3, 1 | 2 | 3, _) => Seq("3.3.4-RC4", "3.3.3", "3.3.2", "3.3.1", "3.3.0", "3.2.2", "3.2.1", "3.2.0", "3.1.3", "3.1.2", "3.1.1", "3.1.0")
case (3, _, _) => Seq("3.5.2-RC1", "3.5.1", "3.5.0", "3.4.3", "3.4.2", "3.4.1", "3.4.0")
case _ => Seq.empty
// format: on
}
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val scala213 = scalaEnvVersion.filter(isScala213).getOrElse("2.13.14")
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.3.4-RC3")
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.5.1-RC2")
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.5.2-RC1")
val asmVersion = "9.7"
val coursierVersion = "2.1.13"

Expand Down

0 comments on commit d1c2543

Please sign in to comment.