Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library, ... to 3.3.4 (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Nov 11, 2024
1 parent a200dc7 commit 69b91c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Common extends AutoPlugin {

val scala212Version = "2.12.20"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val scala3Version = "3.3.4"

val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")
val scalacOptions213 = Seq("-deprecation")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trait GithubActionsGenerator {

val scala212 = ScalaVersion("2.12.20")
val scala213 = ScalaVersion("2.13.14")
val scala3 = ScalaVersion("3.3.3")
val scala3 = ScalaVersion("3.3.4")
val scalaVersions = Seq(
scala212,
scala213,
Expand Down

0 comments on commit 69b91c5

Please sign in to comment.