From ecc6c7a8ebb2d07a3b07fc29d1c1cbd2e73c32f1 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:15:27 +0000 Subject: [PATCH] Update sbt-pekko-build to 0.4.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d18477fae..46ce2e270 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,7 +28,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.1") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.2") addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")