From 854e7d0071a10ab9b545827c88f0e84efa27ad94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Oct 2024 17:11:35 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b5d842b..a996ac6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")