From 6ae906a07e8bac8dc69ce674b03275439790115a Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:02:24 +0100 Subject: [PATCH] Update sbt-pekko-build to 0.4.1 (#152) 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 310ce0c7..e1b5b638 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") // for releasing addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.0") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")