Skip to content

Commit

Permalink
annoying unusedCompileDependenciesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 10, 2022
1 parent 6f58330 commit 910ba57
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 @@ -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)

Expand Down

0 comments on commit 910ba57

Please sign in to comment.