Skip to content

Commit

Permalink
avoid flood of unused compiler warnings (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Feb 3, 2024
1 parent d3fc786 commit 9271030
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 @@ -211,6 +211,7 @@ lazy val output = projectMatrix
.in(file("scalafix-tests/output"))
.settings(
noPublishAndNoMima,
logLevel := Level.Error, // avoid flood of compiler warnings
libraryDependencies ++= testsDependencies.value,
coverageEnabled := false,
// mimic dependsOn(shared) but allowing binary Scala version matching
Expand Down

0 comments on commit 9271030

Please sign in to comment.