From 83f139c846ba7c888f8829ff275aa5ec71e006e4 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Mon, 25 Apr 2016 11:40:48 -0400 Subject: [PATCH 1/2] Update mimaPreviousVersion to 1.0.5 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). --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95705fe74..29f3368a0 100644 --- a/build.sbt +++ b/build.sbt @@ -36,4 +36,4 @@ libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test" // used in CompilerErrors test libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml*") -mimaPreviousVersion := Some("1.0.1") +mimaPreviousVersion := Some("1.0.5") From 469898f85dbd4b553045544a79dcc418fcf0de46 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Sun, 12 Jun 2016 18:11:35 -0400 Subject: [PATCH 2/2] Update scala-module-plugin version to 1.0.4 Fixes exception thrown by Migration Manager (mima): java.lang.RuntimeException: bad constant pool tag 15 at byte 1259 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 25f337310..65dea32cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.3") +addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.4")