Skip to content

Commit

Permalink
Merge pull request #3326 from scala-steward/update/commons-io-2.16.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.16.0
  • Loading branch information
mergify[bot] committed Mar 30, 2024
2 parents e59ed10 + 37db04e commit 6bb5e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
val commonsIo = "commons-io" % "commons-io" % "2.15.1"
val commonsIo = "commons-io" % "commons-io" % "2.16.0"
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.9"
val coursierSbtMaven =
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
Expand Down

0 comments on commit 6bb5e18

Please sign in to comment.