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.
2 parents 06c925b + 19e7810 commit 5bb6f0dCopy full SHA for 5bb6f0d
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