Skip to content

Commit d7569ae

Browse files
authored
Merge pull request #127 from scala-steward/update/commons-lang3-3.8.1
Update commons-lang3 to 3.8.1
2 parents cb3a13b + 8a44d88 commit d7569ae

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
@@ -50,7 +50,7 @@ lazy val root = (project in file(".")).
5050

5151
libraryDependencies += "junit" % "junit" % "4.12" % "test",
5252

53-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test",
53+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test",
5454

5555
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
5656

0 commit comments

Comments
 (0)