Skip to content

Commit

Permalink
Merge pull request #1064 from typelevel/update/commons-lang3-3.15.0
Browse files Browse the repository at this point in the history
Update commons-lang3 to 3.15.0
  • Loading branch information
rossabaker authored Jul 30, 2024
2 parents 453b30e + 865ce7c commit 4c403a9
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 @@ -96,7 +96,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
"org.apache.commons" % "commons-lang3" % "3.14.0" % Test,
"org.apache.commons" % "commons-lang3" % "3.15.0" % Test,
"org.scala-sbt" % "test-interface" % "1.0"
)
)
Expand Down

0 comments on commit 4c403a9

Please sign in to comment.