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 070f786 commit ed1be04Copy full SHA for ed1be04
build.sbt
@@ -5,7 +5,7 @@ val nextVersion = "0.4.0"
5
val scala211 = "2.11.12"
6
val scala212 = "2.12.17"
7
val scala213 = "2.13.10"
8
-val scala3 = "3.2.0"
+val scala3 = "3.2.1"
9
10
val versionsNative = Seq(scala211, scala212, scala213, scala3)
11
0 commit comments