Skip to content

Commit 44455b0

Browse files
Update scala3-compiler to 3.5.2 (#895)
1 parent 6815ad1 commit 44455b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

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

22-
scalaVersion := "3.5.1"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.1")
22+
scalaVersion := "3.5.2"
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.2")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
crossTarget := {

0 commit comments

Comments
 (0)