Skip to content

Commit 9271030

Browse files
authored
avoid flood of unused compiler warnings (scalacenter#1920)
1 parent d3fc786 commit 9271030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ lazy val output = projectMatrix
211211
.in(file("scalafix-tests/output"))
212212
.settings(
213213
noPublishAndNoMima,
214+
logLevel := Level.Error, // avoid flood of compiler warnings
214215
libraryDependencies ++= testsDependencies.value,
215216
coverageEnabled := false,
216217
// mimic dependsOn(shared) but allowing binary Scala version matching

0 commit comments

Comments
 (0)