Skip to content

Commit

Permalink
Update commons-lang3 to 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Aug 29, 2024
1 parent 96fc2f6 commit 59eb410
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 @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).settings(
),
libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.16.1",
"org.apache.commons" % "commons-lang3" % "3.16.0",
"org.apache.commons" % "commons-lang3" % "3.17.0",
"org.scalameta" %% "scalameta" % "4.9.7",
"com.lihaoyi" %% "utest" % "0.8.4" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
Expand Down

0 comments on commit 59eb410

Please sign in to comment.