From 910ba57bf6103605424cd2814629b80fdbfa55bc Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Sat, 10 Sep 2022 00:20:06 +0000 Subject: [PATCH] annoying unusedCompileDependenciesTest --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07b18d1..1e8644a 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,8 @@ lazy val crypto = crossProject(JSPlatform, JVMPlatform, NativePlatform) ) ) .nativeSettings( - tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.2.4").toMap + tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.2.4").toMap, + unusedCompileDependenciesTest := {} ) .dependsOn(testRuntime % Test)