From 1167576e9989bff52ffd6d1908b9cea06e1d9e92 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Tue, 23 Apr 2019 13:28:07 +0200 Subject: [PATCH] Update commons-lang3 to 3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9493cc..2817ffc 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val root = (project in file(".")). libraryDependencies += "junit" % "junit" % "4.12" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test", libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",