mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Remove unnecessary GlobalScope
This commit is contained in:
@@ -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._
|
||||
|
||||
Reference in New Issue
Block a user