mirror of https://github.com/sbt/sbt.git
Merge pull request #6403 from adpi2/fix-6398
Silence unused-nowarn in meta-build
This commit is contained in:
commit
cc94de91b6
|
|
@ -1172,6 +1172,7 @@ private[sbt] object Load {
|
||||||
opts
|
opts
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
scalacOptions += "-Wconf:cat=unused-nowarn:s",
|
||||||
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue