From 67ec4123288b42890ac00017f04ce0373c37bebc 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 01:14:06 +0100 Subject: [PATCH] Update sbt-pekko-build to 0.4.1 (#168) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 98f764c..e5a285d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,6 +11,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") 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-dynver" % "5.0.1") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")