We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50498d8 commit 19e7810Copy full SHA for 19e7810
project/Build.scala
@@ -1013,6 +1013,7 @@ object Build {
1013
Compile / doc / scalacOptions += "-Ydocument-synthetic-types",
1014
scalacOptions += "-Ycompile-scala2-library",
1015
scalacOptions -= "-Xfatal-warnings",
1016
+ Compile / compile / logLevel := Level.Error,
1017
ivyConfigurations += SourceDeps.hide,
1018
transitiveClassifiers := Seq("sources"),
1019
libraryDependencies +=
0 commit comments