From 69df0619b6b3eb0fe4813594151e8a9dbe870fbd Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Sat, 10 Sep 2022 00:24:52 +0000 Subject: [PATCH] And another... --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := {} )