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 11c7df4 commit fd22defCopy full SHA for fd22def
build.sbt
@@ -2,7 +2,7 @@ val scalapbVersion = "0.11.17"
2
3
val Scala212 = "2.12.20"
4
val Scala213 = "2.13.16"
5
-val Scala3 = "3.7.0"
+val Scala3 = "3.7.1"
6
7
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
8
0 commit comments