Skip to content

Commit

Permalink
Merge pull request #6403 from adpi2/fix-6398
Browse files Browse the repository at this point in the history
Silence unused-nowarn in meta-build
  • Loading branch information
eed3si9n committed Mar 18, 2021
2 parents 2e93098 + 332b537 commit cc94de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/main/scala/sbt/internal/Load.scala
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 cc94de9

Please sign in to comment.