Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 19, 2024
1 parent 03d9e4c commit 1d12abe
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 @@ -17,7 +17,7 @@ lazy val root = (project in file(".")).settings(
"-Xlint:-unused,_"
),
libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.16.1",
"commons-io" % "commons-io" % "2.17.0",
"org.apache.commons" % "commons-lang3" % "3.17.0",
"org.scalameta" %% "scalameta" % "4.9.7",
"com.lihaoyi" %% "utest" % "0.8.4" % Test,
Expand Down

0 comments on commit 1d12abe

Please sign in to comment.