Skip to content

Commit 50981c7

Browse files
committed
fix eviction warning
1 parent 0c103b4 commit 50981c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4444
"org.scalatest" %%% "scalatest" % scalatestVersion % Test,
4545
"org.scalacheck" %%% "scalacheck" % scalacheckVersion % Test
4646
),
47+
// Silence binary compatibility warnings for test-interface in Scala Native 0.5.x series
48+
libraryDependencySchemes += "org.scala-native" % "test-interface_native0.5_2.13" % "always",
4749
mimaBinaryIssueFilters ++= List(
4850
ProblemFilters.exclude[DirectMissingMethodProblem](
4951
"diffson.jsonpatch.package#simplediff#remembering.JsonDiffDiff"),

0 commit comments

Comments
 (0)