Skip to content

Commit

Permalink
Disable warnings for unused nowarn
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Mar 16, 2024
1 parent ed90db0 commit f7d6d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ lazy val bench = project
.settings(
name := "bench",
coverageEnabled := false,
scalacOptions += "-Wconf:cat=unused-nowarn:s",
Compile / unmanagedSources := {
if (Set("2.12", "2.13").contains(scalaBinaryVersion.value)) {
(Compile / unmanagedSources).value
Expand Down

0 comments on commit f7d6d36

Please sign in to comment.