From 6539adeb93b2a3afa129d7902e3a95317393f613 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 21:09:46 +0000 Subject: [PATCH] Update commons-io to 2.16.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..051cf202 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.1.1") -libraryDependencies += "commons-io" % "commons-io" % "2.6" +libraryDependencies += "commons-io" % "commons-io" % "2.16.1" addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")