Use allExcludeDependencies

This commit is contained in:
Eugene Yokota 2019-04-26 18:06:10 -04:00
parent 8c0f13a24a
commit 96ad731e8c
1 changed files with 1 additions and 1 deletions

View File

@ -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