From 6480a4fa032d9f654c8af83416314dfdde57d6b5 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 22 Nov 2023 08:28:31 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c7632d5..d83c883 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")