We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fffdcc commit 193cc01Copy full SHA for 193cc01
build.sbt
@@ -117,7 +117,7 @@ lazy val `commons-analyzer` = project
117
.settings(commonSettings: _*)
118
.settings(
119
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value,
120
- excludeDependencies += SbtExclusionRule(organization.value, name.value)
+ excludeDependencies += SbtExclusionRule("com.avsystem.commons", "commons-analyzer_2.11")
121
)
122
123
lazy val `commons-jetty` = project
0 commit comments