Skip to content

Commit

Permalink
Add mima exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Nov 25, 2024
1 parent 72a6aca commit e479162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
),
mimaBinaryIssueFilters ++= Seq(
ProblemFilters.exclude[MissingClassProblem]("dev.tauri.choam.core.Rxn$Suspend"), // private
ProblemFilters.exclude[MissingClassProblem]("dev.tauri.choam.core.Rxn$GetAndSet"), // private
ProblemFilters.exclude[DirectMissingMethodProblem]("dev.tauri.choam.core.Rxn#InterpreterState.this"), // private
),
)
Expand Down

0 comments on commit e479162

Please sign in to comment.