From a73d8a8db79a810268fb1a2bba4ac36a9e6516d4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:03:13 +0100 Subject: [PATCH] Update sbt-assembly to 2.1.5 (#59) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0fd4f69..da0a1e3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")