We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124bde2 commit 5147f16Copy full SHA for 5147f16
build.sbt
@@ -116,7 +116,8 @@ lazy val `commons-analyzer` = project
116
.dependsOn(`commons-core` % Test)
117
.settings(commonSettings: _*)
118
.settings(
119
- libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value
+ libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value,
120
+ excludeDependencies += SbtExclusionRule(organization.value)
121
)
122
123
lazy val `commons-jetty` = project
0 commit comments