From 28ee276c2eb00fab01300ed28b2a92d9719de017 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Sep 2023 17:25:44 +0000 Subject: [PATCH] Update sbt-assembly to 2.1.3 --- project/plugins.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 238967dde..f20934d63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") @@ -9,6 +9,5 @@ addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") - // This is adding this compiler plugin as a dependency for the build, not the code itself libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13"