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 scalaVer = scalaVersion.value
|
||||||
val interProjectDependencies = csrInterProjectDependencies.value
|
val interProjectDependencies = csrInterProjectDependencies.value
|
||||||
val excludeDeps = Inputs.exclusions(
|
val excludeDeps = Inputs.exclusions(
|
||||||
excludeDependencies.value,
|
allExcludeDependencies.value,
|
||||||
scalaVer,
|
scalaVer,
|
||||||
scalaBinaryVersion.value,
|
scalaBinaryVersion.value,
|
||||||
streams.value.log
|
streams.value.log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue