Skip to content

Commit f39d657

Browse files
committed
Update Scala 3 to 3.3.2
Follow-up on apache#855 Gets us the fix for scala/scala3#18210
1 parent 5e00e6b commit f39d657

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
@@ -38,7 +38,7 @@ object Dependencies {
3838

3939
val scala212Version = "2.12.18"
4040
val scala213Version = "2.13.12"
41-
val scala3Version = "3.3.1"
41+
val scala3Version = "3.3.2"
4242
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
4343

4444
val reactiveStreamsVersion = "1.0.4"

0 commit comments

Comments
 (0)