Skip to content

Commit

Permalink
Cleanup unnecessary settings
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 23, 2022
1 parent 255fb5e commit 1941c4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ lazy val scalatags = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.http4s" %%% "http4s-laws" % http4sVersion % Test,
),
)
.platformsSettings(JSPlatform, NativePlatform)(
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.24.1").toMap
)
.nativeSettings(
unusedCompileDependenciesTest := {}
)

0 comments on commit 1941c4b

Please sign in to comment.