From 8461595d348250f0a4bdfd2e9cd90c74b460950c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Mar 2023 18:14:37 +0000 Subject: [PATCH] Update plexus-archiver to 4.6.2 --- core/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/plugins.sbt b/core/project/plugins.sbt index 44ac71836..76070741f 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") libraryDependencies ++= Seq( "org.codehaus.plexus" % "plexus-container-default" % "2.1.1", - "org.codehaus.plexus" % "plexus-archiver" % "4.2.7") + "org.codehaus.plexus" % "plexus-archiver" % "4.6.2") addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.0.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")