We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe42903 + 33bb429 commit e175e51Copy full SHA for e175e51
build.sbt
@@ -50,6 +50,7 @@ lazy val defaultSettings = Seq(
50
scalaVersion := "2.12.3",
51
description := "Hydra Notifications API",
52
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
53
+ dependencyOverrides += "org.apache.commons" % "commons-lang3" % "3.9",
54
excludeDependencies += "org.slf4j" % "slf4j-log4j12",
55
excludeDependencies += "log4j" % "log4j",
56
packageOptions in(Compile, packageBin) +=
0 commit comments