diff --git a/build.sbt b/build.sbt index 9d4e685..8b06540 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val root = (project in file(".")). libraryDependencies += "junit" % "junit" % "4.12" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test", libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",