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 d283ed3 + 826a875 commit c4df0f0Copy full SHA for c4df0f0
functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala
@@ -9,7 +9,7 @@ import scala.util.{ Properties => StdLibProps }
9
10
object TestCli {
11
val scala211 = "2.11.12"
12
- val scala212 = "2.12.14"
+ val scala212 = "2.12.15"
13
val scala213 = "2.13.6"
14
val scala3 = "3.0.1"
15
val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get
0 commit comments