Skip to content

Commit 42f1e0d

Browse files
authored
Merge pull request #691 from dwijnand/scala-3.1.2
2 parents 5b021a9 + 45e08cb commit 42f1e0d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands += Command.command("testStaging") { state =>
2929
// Keep in sync with TestCli
3030
val scala212 = "2.12.15"
3131
val scala213 = "2.13.8"
32-
val scala3 = "3.1.1"
32+
val scala3 = "3.1.2"
3333

3434
val root = project.in(file(".")).settings(
3535
name := "mima",

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
@@ -12,7 +12,7 @@ object TestCli {
1212
val scala211 = "2.11.12"
1313
val scala212 = "2.12.15"
1414
val scala213 = "2.13.8"
15-
val scala3 = "3.1.1"
15+
val scala3 = "3.1.2"
1616
val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get
1717
val allScalaVersions = List(scala211, scala212, scala213, scala3)
1818
val testsDir = Directory("functional-tests/src/test")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
method foo()Int in class B has a different generic signature in new version, where it is <missing> rather than ()I. See https://github.com/lightbend/mima#incompatiblesignatureproblem
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Signature problems aren't runtime errors

0 commit comments

Comments
 (0)