Skip to content

Commit

Permalink
Update scala3-compiler to 3.3.4 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2024
1 parent bb1bb78 commit 20e1213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ developers := List(
)

scalaVersion := "3.5.1"
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.3", "3.5.1")
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.1")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 20e1213

Please sign in to comment.