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 6c3a875 commit 2c9fd9cCopy full SHA for 2c9fd9c
build.sbt
@@ -5,7 +5,7 @@ val nextVersion = "0.4.0"
5
val scala211 = "2.11.12"
6
val scala212 = "2.12.16"
7
val scala213 = "2.13.8"
8
-val scala3 = "3.1.3"
+val scala3 = "3.2.0"
9
10
val versionsNative = Seq(scala211, scala212, scala213, scala3)
11
0 commit comments