From 0bee8c04be7dda31fa2be05c4654542ebab8defd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Feb 2023 16:37:33 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.1 --- core/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/plugins.sbt b/core/project/plugins.sbt index 44ac71836..7861c9965 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -21,4 +21,4 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")