This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
The following commit(s) were added to refs/heads/main by this push:
new 5c49699 Update sbt-paradox, sbt-paradox-theme to 0.11.0 (#202)
5c49699 is described below
commit 5c4969951d021810ec80f3ab3e2ea04ac0dbe40f
Author: Scala Steward <[email protected]>
AuthorDate: Fri Aug 7 17:44:00 2026 +0200
Update sbt-paradox, sbt-paradox-theme to 0.11.0 (#202)
---
build.sbt | 2 +-
project/plugins.sbt | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 3b4773f..0bff690 100644
--- a/build.sbt
+++ b/build.sbt
@@ -75,7 +75,7 @@ lazy val pekkoPlugin = project
addSbtPlugin(
// When updating the sbt-paradox version,
// remember to also update project/plugins.sbt
- "com.lightbend.paradox" % "sbt-paradox" % "0.10.7"),
+ "com.lightbend.paradox" % "sbt-paradox" % "0.11.0"),
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" %
"3.0.1"),
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 27a8ae3..7212b44 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,8 +17,8 @@
// When updating the sbt-paradox version,
// remember to also update build.sbt
-addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.7")
-addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.11.0")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]