Skip to content

Commit

Permalink
Make logLevel invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel committed Apr 24, 2024
1 parent 1fc3916 commit dc7881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ object Build {
scalacOptions += "-Yscala2Unpickler:never",
scalacOptions += "-Yno-experimental",
scalacOptions -= "-Xfatal-warnings",
Compile / compile / logLevel := Level.Error,
Compile / compile / logLevel.withRank(KeyRanks.Invisible) := Level.Error,
ivyConfigurations += SourceDeps.hide,
transitiveClassifiers := Seq("sources"),
libraryDependencies +=
Expand Down

0 comments on commit dc7881a

Please sign in to comment.