Skip to content

Commit

Permalink
Update commons-lang3 to 3.12.0 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 3, 2021
1 parent 8816e16 commit d360cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)

libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test,
libraryDependencies ++= {
if (isDotty.value)
Seq()
Expand Down

0 comments on commit d360cb6

Please sign in to comment.