Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Dec 11, 2024
1 parent 62a6262 commit 6e0ee55
Showing 1 changed file with 1 addition and 1 deletion.
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.15")
val scala30 = scalaEnvVersion.filter(isScala30).getOrElse("3.0.2")
val scala31Plus = scalaEnvVersion.filter(isScala31Plus).getOrElse("3.3.4")
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.5.2")
val scala34Plus = scalaEnvVersion.filter(isScala34Plus).getOrElse("3.6.2")
val asmVersion = "9.7.1"
val coursierVersion = "2.1.20"

Expand Down

0 comments on commit 6e0ee55

Please sign in to comment.