Skip to content

Commit e175e51

Browse files
authored
Merge pull request #37 from pluralsight/ADAPT-1371
ADAPT-1371 Upgrade to the latest version of Apache Commons
2 parents fe42903 + 33bb429 commit e175e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ lazy val defaultSettings = Seq(
5050
scalaVersion := "2.12.3",
5151
description := "Hydra Notifications API",
5252
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
53+
dependencyOverrides += "org.apache.commons" % "commons-lang3" % "3.9",
5354
excludeDependencies += "org.slf4j" % "slf4j-log4j12",
5455
excludeDependencies += "log4j" % "log4j",
5556
packageOptions in(Compile, packageBin) +=

0 commit comments

Comments
 (0)