mirror of https://github.com/sbt/sbt.git
Use allExcludeDependencies
This commit is contained in:
parent
8c0f13a24a
commit
96ad731e8c
|
|
@ -41,7 +41,7 @@ private[sbt] object LMCoursier {
|
|||
val scalaVer = scalaVersion.value
|
||||
val interProjectDependencies = csrInterProjectDependencies.value
|
||||
val excludeDeps = Inputs.exclusions(
|
||||
excludeDependencies.value,
|
||||
allExcludeDependencies.value,
|
||||
scalaVer,
|
||||
scalaBinaryVersion.value,
|
||||
streams.value.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue