File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
jdk : openjdk8
3
3
scala :
4
- - 2.12.9
4
+ - 2.12.10
5
5
- 2.13.0
6
6
7
7
script : sbt "++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues" "++$TRAVIS_SCALA_VERSION test" "++$TRAVIS_SCALA_VERSION IntegrationTest/test"
8
8
9
9
jobs :
10
10
include :
11
- - { name: 2.12 testFunctional 2.11, script: sbt -Dmima.buildScalaVersion=2.12.9 -Dmima.testScalaVersion=2.11.12 testFunctional }
12
- - { name: 2.12 testFunctional 2.12, script: sbt -Dmima.buildScalaVersion=2.12.9 -Dmima.testScalaVersion=2.12.9 testFunctional }
13
- - { name: 2.12 testFunctional 2.13, script: sbt -Dmima.buildScalaVersion=2.12.9 -Dmima.testScalaVersion=2.13.0 testFunctional }
11
+ - { name: 2.12 testFunctional 2.11, script: sbt -Dmima.buildScalaVersion=2.12.10 -Dmima.testScalaVersion=2.11.12 testFunctional }
12
+ - { name: 2.12 testFunctional 2.12, script: sbt -Dmima.buildScalaVersion=2.12.10 -Dmima.testScalaVersion=2.12.10 testFunctional }
13
+ - { name: 2.12 testFunctional 2.13, script: sbt -Dmima.buildScalaVersion=2.12.10 -Dmima.testScalaVersion=2.13.0 testFunctional }
14
14
- { name: 2.13 testFunctional 2.11, script: sbt -Dmima.buildScalaVersion=2.13.0 -Dmima.testScalaVersion=2.11.12 testFunctional }
15
- - { name: 2.13 testFunctional 2.12, script: sbt -Dmima.buildScalaVersion=2.13.0 -Dmima.testScalaVersion=2.12.9 testFunctional }
15
+ - { name: 2.13 testFunctional 2.12, script: sbt -Dmima.buildScalaVersion=2.13.0 -Dmima.testScalaVersion=2.12.10 testFunctional }
16
16
- { name: 2.13 testFunctional 2.13, script: sbt -Dmima.buildScalaVersion=2.13.0 -Dmima.testScalaVersion=2.13.0 testFunctional }
17
17
- { name: scripted 1/2, script: sbt "scripted sbt-mima-plugin/*1of2" }
18
18
- { name: scripted 2/2, script: sbt "scripted sbt-mima-plugin/*2of2" }
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ object MimaSettings {
38
38
// * com.typesafe.tools.mima.core.Config.setup
39
39
// * com.typesafe.tools.mima.core.reporterClassPath
40
40
// * com.typesafe.tools.mima.lib.MiMaLib.collectProblems
41
+
42
+ // scala/scala@f6bfdf0 changed visibleSettings from a Set to a List
43
+ exclude[DirectMissingMethodProblem ](" *.mima.core.Settings.visibleSettings" ),
41
44
),
42
45
)
43
46
}
You can’t perform that action at this time.
0 commit comments