Skip to content

Commit

Permalink
More mima
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Nov 25, 2024
1 parent e479162 commit e653aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import com.typesafe.tools.mima.core.{
MissingClassProblem,
DirectMissingMethodProblem,
ReversedMissingMethodProblem,
NewMixinForwarderProblem,
}

// Scala versions:
Expand Down Expand Up @@ -235,6 +236,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
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
ProblemFilters.exclude[NewMixinForwarderProblem]("dev.tauri.choam.refs.Ref.getAndSet"), // Ref is sealed
),
)

Expand Down

0 comments on commit e653aaa

Please sign in to comment.