Skip to content

Commit c14fda7

Browse files
authored
Merge pull request #438 from scala-steward/update/commons-lang3-3.11
Update commons-lang3 to 3.11
2 parents d85a286 + e534b68 commit c14fda7

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

154154
libraryDependencies += "junit" % "junit" % "4.13" % Test,
155155
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
156-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.10" % Test,
156+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
157157
libraryDependencies ++= {
158158
if (isDotty.value)
159159
Seq()

0 commit comments

Comments
 (0)