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.
2 parents 2c95a74 + 4df7c33 commit e45b914Copy full SHA for e45b914
build.sbt
@@ -5,7 +5,7 @@ import com.typesafe.tools.mima.core._
5
6
val scala2_11 = "2.11.12"
7
val scala2_12 = "2.12.17"
8
-val scala2_13 = "2.13.8"
+val scala2_13 = "2.13.9"
9
val scala2 = List(scala2_11, scala2_12, scala2_13)
10
val scala3 = List("3.2.0")
11
0 commit comments