From a6e2ed2df8b4872eafa05ee92230e977707f6ef7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Jun 2021 18:49:07 +0200 Subject: [PATCH] Update commons-io to 2.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..3aca406c 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.10.0" addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")