Skip to content

Commit c4df0f0

Browse files
authored
Merge pull request #662 from scala-steward/update/scala-library-2.12.15
Update scala-library to 2.12.15
2 parents d283ed3 + 826a875 commit c4df0f0

File tree

1 file changed

+1
-1
lines changed
  • functional-tests/src/main/scala/com/typesafe/tools/mima/lib

1 file changed

+1
-1
lines changed

functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import scala.util.{ Properties => StdLibProps }
99

1010
object TestCli {
1111
val scala211 = "2.11.12"
12-
val scala212 = "2.12.14"
12+
val scala212 = "2.12.15"
1313
val scala213 = "2.13.6"
1414
val scala3 = "3.0.1"
1515
val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get

0 commit comments

Comments
 (0)