This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new f859154 upgrade sbt plugins (#409)
f859154 is described below
commit f8591548ccf80bc0cbcfd82b69865958408e63ca
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 20 10:08:16 2025 +0100
upgrade sbt plugins (#409)
---
project/plugins.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index aca596e..5432f18 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -16,8 +16,8 @@ addSbtPlugin("com.github.sbt" % "sbt-java-formatter" %
"0.9.0")
// release
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
// docs
addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.7.0").excludeAll(
"com.lightbend.paradox", "sbt-paradox"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]