Skip to content

Commit 7659423

Browse files
committed
Update mimaPreviousVersion to 1.0.4 from 1.0.1
* build.sbt (mimaPreviousVersion): MiMa will NOT run because the previous artifact "org.scala-lang.modules" % "scala-xml_2.12.0-M1" % "1.0.1" could not be resolved (note the binary Scala version).
1 parent d89b64d commit 7659423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
3636
// used in CompilerErrors test
3737
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*")
3838

39-
mimaPreviousVersion := Some("1.0.1")
39+
mimaPreviousVersion := Some("1.0.4")

0 commit comments

Comments
 (0)