We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4cd2d commit 9abe420Copy full SHA for 9abe420
project/Dependencies.scala
@@ -44,7 +44,7 @@ object Dependencies {
44
45
val scala212Version = "2.12.20"
46
val scala213Version = "2.13.16"
47
- val scala3Version = "3.3.4"
+ val scala3Version = "3.3.5"
48
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
49
50
val reactiveStreamsVersion = "1.0.4"
0 commit comments