Skip to content

Commit

Permalink
Enable MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jul 10, 2024
1 parent ddf7309 commit 1fb8ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val core: Project =
module("core")(
folder = "./core",
publishAs = Some(prjName),
mimaCompatibleWith = Set.empty
mimaCompatibleWith = Set("0.1.0")
).settings(
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[DirectMissingMethodProblem]("fly4s.data.Fly4sConfig.apply"),
Expand Down

0 comments on commit 1fb8ebb

Please sign in to comment.