Skip to content

Commit 5828951

Browse files
Update scala3-compiler to 3.7.4 (#995)
1 parent 780e5f1 commit 5828951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ developers := List(
1919
)
2020
)
2121

22-
scalaVersion := "3.7.3"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.16", "2.13.17", "3.3.7", "3.7.3")
22+
scalaVersion := "3.7.4"
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.16", "2.13.17", "3.3.7", "3.7.4")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
// workaround for https://github.com/sbt/sbt/issues/5097, fixed in sbt 2.x

0 commit comments

Comments
 (0)