From 6ea1c840d04e49c3f1510d9ce5fb4b2a342c1dd4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 May 2020 04:38:25 +0200 Subject: [PATCH] Update commons-io to 2.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 92632aa..b244f90 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.7" addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")