Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 15, 2024
1 parent 13c515f commit de39596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ val scala2_13Versions = 2.to(14)
.map(v => s"2.13.${v}")
val scala33Versions = Seq("3.3.0", "3.3.1", "3.3.2", "3.3.3")
// .dropWhile(v => isJava21 && v == "3.3.0")
val scala34Versions = Seq("3.4.2")
val scala34Versions = Seq("3.4.3")

val scala2Versions = scala2_12Versions ++ scala2_13Versions
val scala3Versions = scala33Versions ++ scala34Versions
Expand Down

0 comments on commit de39596

Please sign in to comment.