diff --git a/build.sbt b/build.sbt index 1e8644a..6b5f675 100644 --- a/build.sbt +++ b/build.sbt @@ -128,5 +128,6 @@ lazy val testRuntime = crossProject(JSPlatform, JVMPlatform, NativePlatform) .nativeSettings( buildInfoKeys := Seq( BuildInfoKey("runtime" -> "Native") - ) + ), + unusedCompileDependenciesTest := {} )