From b89cd36d27cc813423048da18aa7671491f8254a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Oct 2024 22:21:27 +0000 Subject: [PATCH] Update sbt-assembly to 2.3.0 in staging --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a9f357ad..79ed0f26 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val assemblyVersion = "2.2.0" +val assemblyVersion = "2.3.0" val scalafixVersion = "0.12.1" val scalafmtVersion = "2.5.2" val wartremoverVersion = "3.1.6"