Skip to content

Commit 99ad84f

Browse files
committed
Update commons-lang3 to 3.9
1 parent 61efbd7 commit 99ad84f

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
@@ -63,7 +63,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
6363

6464
libraryDependencies += "junit" % "junit" % "4.12" % "test",
6565
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
66-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test",
66+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test",
6767
libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}")
6868
)
6969
.jsSettings(

0 commit comments

Comments
 (0)