Skip to content

Commit

Permalink
Merge pull request #8765 from dwijnand/mima-0.7.0
Browse files Browse the repository at this point in the history
Update MiMa to 0.7.0
  • Loading branch information
dwijnand committed Mar 2, 2020
2 parents 53ba87a + dc0d0ab commit 6f86e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Global / mimaReferenceVersion := Some("2.13.0")
import com.typesafe.tools.mima.core._
val mimaFilterSettings = Seq {
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[IncompatibleSignatureProblem]("*"),
ProblemFilters.exclude[InaccessibleMethodProblem]("java.lang.Object.<clinit>"),
ProblemFilters.exclude[Problem]("scala.reflect.internal.*"),
ProblemFilters.exclude[DirectMissingMethodProblem]("scala.reflect.runtime.JavaMirrors#JavaMirror.typeTag"),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildInfoKeys := Seq[BuildInfoKey](buildClasspath)

buildInfoPackage := "scalabuild"

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")

libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.6.0.201612231935-r",
Expand Down

0 comments on commit 6f86e6b

Please sign in to comment.