Skip to content

Commit 92c24cf

Browse files
Update commons-lang3 to 3.12.0 (scala#209)
1 parent 59594a9 commit 92c24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy val scalaJava8Compat = (project in file("."))
6666

6767
libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
6868

69-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % "test",
69+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
7070

7171
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
7272

0 commit comments

Comments
 (0)