mirror of https://github.com/sbt/sbt.git
remove `-Wconf:cat=unused-nowarn:s` in Load.scala
This commit is contained in:
parent
7e5cc80099
commit
8db5c7dbfa
|
|
@ -1357,7 +1357,6 @@ private[sbt] object Load {
|
|||
converter,
|
||||
)
|
||||
},
|
||||
scalacOptions += Def.uncached("-Wconf:cat=unused-nowarn:s"),
|
||||
onLoadMessage := ("loading project definition from " + baseDirectory.value)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue