Skip to content

Commit bee9838

Browse files
authored
be compatible with Settings change in Scala 2.12.10 (#384)
be compatible with Settings change in Scala 2.12.10
2 parents dd8be73 + 2173dac commit bee9838

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/com/typesafe/tools/mima/core/Settings.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class Settings(specificOptions: String*) extends nsc.Settings(Console.println) {
1414
val mimaOutDir = StringSetting("-d", "directory", "Specify where to place generated class files", "(change existing)")
1515
val fixall = BooleanSetting("-fixall", "Fix without asking")
1616

17-
allSettings ++= Seq(interactive, mimaOutDir)
18-
1917
def visibleNames =
2018
List(
2119
"-bootclasspath",

0 commit comments

Comments
 (0)