Skip to content

Commit 1167576

Browse files
committed
Update commons-lang3 to 3.9
1 parent 70eb40a commit 1167576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lazy val root = (project in file(".")).
5454

5555
libraryDependencies += "junit" % "junit" % "4.12" % "test",
5656

57-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test",
57+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test",
5858

5959
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
6060

0 commit comments

Comments
 (0)