Skip to content

Commit 193cc01

Browse files
committed
fix better
1 parent 4fffdcc commit 193cc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, name.value)
120+
excludeDependencies += SbtExclusionRule("com.avsystem.commons", "commons-analyzer_2.11")
121121
)
122122

123123
lazy val `commons-jetty` = project

0 commit comments

Comments
 (0)