mirror of https://github.com/sbt/sbt.git
Remove unnecessary GlobalScope
This commit is contained in:
parent
36438d2ac3
commit
dc4f93a7c3
|
|
@ -1999,7 +1999,7 @@ object Classpaths {
|
|||
ConflictWarning(conflictWarning.value, report, log)
|
||||
report
|
||||
},
|
||||
evictionWarningOptions in update := (evictionWarningOptions in GlobalScope).value,
|
||||
evictionWarningOptions in update := evictionWarningOptions.value,
|
||||
evictionWarningOptions in evicted := EvictionWarningOptions.full,
|
||||
evicted := {
|
||||
import ShowLines._
|
||||
|
|
|
|||
Loading…
Reference in New Issue