Skip to content

Commit 3b6de2c

Browse files
committed
Update Scala 3 to 3.3.2
Follow-up on apache#377 Should get us the fix for scala/scala3#17330
1 parent afe9a44 commit 3b6de2c

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
@@ -35,7 +35,7 @@ object Dependencies {
3535

3636
val scala212Version = "2.12.18"
3737
val scala213Version = "2.13.12"
38-
val scala3Version = "3.3.1"
38+
val scala3Version = "3.3.2"
3939
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
4040

4141
val Versions = Seq(

0 commit comments

Comments
 (0)