Skip to content

Commit 4fffdcc

Browse files
committed
fix
1 parent 5147f16 commit 4fffdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ lazy val `commons-analyzer` = project
117117
.settings(commonSettings: _*)
118118
.settings(
119119
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value,
120-
excludeDependencies += SbtExclusionRule(organization.value)
120+
excludeDependencies += SbtExclusionRule(organization.value, name.value)
121121
)
122122

123123
lazy val `commons-jetty` = project

0 commit comments

Comments
 (0)