From a09cfdfc572a362d9deccc07256a4dffec5f27f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Sep 2023 21:31:10 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9b09489b3..93b5eea63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4" // sync w/ Pr addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")