This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit f5f66b3a0d22d0bb975fac16768a82caa7982afc Author: PJ Fanning <[email protected]> AuthorDate: Mon Feb 2 23:57:43 2026 +0100 Update sbt-pekko-build plugin version to 0.4.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 46448eccc..2ddc037f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2") // discipline --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
