Skip to content

Commit 0e192ef

Browse files
committed
Update Scala 3 to 3.3.2
Follow-up on apache#195 Should get us the fix for scala/scala3#17330
1 parent bc3f352 commit 0e192ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Dependencies {
1818
// Update the .github workflows when these scala versions change
1919
val scala212 = "2.12.18"
2020
val scala213 = "2.13.12"
21-
val scala3 = "3.3.1"
21+
val scala3 = "3.3.2"
2222

2323
// the order in the list is important because the head will be considered the default.
2424
val CrossScalaForLib = Seq(scala212, scala213, scala3)

0 commit comments

Comments
 (0)