We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299484d commit 8d34f80Copy full SHA for 8d34f80
project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
40
val scala213Version = "2.13.11"
41
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
42
// and restored static forwarders
43
- val scala3Version = "3.3.0"
+ val scala3Version = "3.3.1"
44
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
45
46
val reactiveStreamsVersion = "1.0.4"
0 commit comments