From b86261dce27d8c3e8c459943df18e23d0d7f8654 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 00:27:29 +0000 Subject: [PATCH] Update commons-io to 2.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 92632aa..7b0d56f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -libraryDependencies += "commons-io" % "commons-io" % "2.6" +libraryDependencies += "commons-io" % "commons-io" % "2.13.0" addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")