From 4471eba21d070fa61286b8d55ba54f861c61052e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Jul 2025 21:33:16 +0000 Subject: [PATCH] Update commons-io to 2.20.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ab2ca3..e00114d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,4 +22,4 @@ addSbtPlugin("cchantep" % "sbt-hl-compiler" % "0.8") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") // For the the highlight extractor -libraryDependencies ++= Seq("commons-io" % "commons-io" % "2.16.1") +libraryDependencies ++= Seq("commons-io" % "commons-io" % "2.20.0")