Skip to content

Commit

Permalink
Silence unused-nowarn in meta-build
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Mar 18, 2021
1 parent 2e93098 commit 332b537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/main/scala/sbt/internal/Load.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ private[sbt] object Load {
opts
)
},
scalacOptions += "-Wconf:cat=unused-nowarn:s",
onLoadMessage := ("loading project definition from " + baseDirectory.value)
)
)
Expand Down

0 comments on commit 332b537

Please sign in to comment.