Skip to content

Commit

Permalink
make mima happy
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Apr 16, 2024
1 parent f7a16b7 commit 041bd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
ProblemFilters
.exclude[DirectMissingMethodProblem]("org.typelevel.keypool.KeyPoolBuilder.this"),
ProblemFilters
.exclude[DirectMissingMethodProblem]("org.typelevel.keypool.KeyPool#Builder.this")
.exclude[DirectMissingMethodProblem]("org.typelevel.keypool.KeyPool#Builder.this"),
ProblemFilters.exclude[DirectMissingMethodProblem]("org.typelevel.keypool.Pool#Builder.this")
)
)

Expand Down

0 comments on commit 041bd81

Please sign in to comment.