diff --git a/project/build.sbt b/project/build.sbt index 549c49ac..49ae64e3 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,5 +1,5 @@ // SBT setup for the build plugins. libraryDependencies ++= Seq( - "org.apache.commons" % "commons-compress" % "1.26.2" + "org.apache.commons" % "commons-compress" % "1.27.0" )