Skip to content

Commit

Permalink
Update commons-lang3 to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Aug 7, 2024
1 parent 4c403a9 commit 8ed334a
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.15.0" % Test,
"org.apache.commons" % "commons-lang3" % "3.16.0" % Test,
"org.scala-sbt" % "test-interface" % "1.0"
)
)
Expand Down

0 comments on commit 8ed334a

Please sign in to comment.