Skip to content

Commit

Permalink
Temporary disable MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 5, 2023
1 parent 7189b90 commit 99f5647
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ lazy val `play-file-watch` = project
"org.specs2" %% "specs2-core" % "4.20.2" % Test
),
Test / parallelExecution := false,
mimaPreviousArtifacts := Set(
organization.value %% name.value % previousStableVersion.value
.getOrElse(throw new Error("Unable to determine previous version"))
),
mimaFailOnNoPrevious := false, // TODO: revert
mimaBinaryIssueFilters ++= Seq(
)
)
Expand Down

0 comments on commit 99f5647

Please sign in to comment.