From 0c06b769f0050865fae585078e08b9832478f476 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:59:27 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.4 in main (#159) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c1dee538..652998b3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -51,7 +51,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") // Deploy demo -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2") // Release