From 22ed49927e9452b9dd20aa2d2178a2b9312790f0 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:08:53 +0000 Subject: [PATCH] Update sbt-pekko-build to 0.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 61e6f216..f697860c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.0") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.1") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") // discipline addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")