This is an automated email from the ASF dual-hosted git repository.

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 28314e6798 Use sbt-web 1.5.x despite staying on paradox 0.9.2 (#1135)
28314e6798 is described below

commit 28314e679885519f6458ebf10f9a181d5299c83a
Author: Matthias Kurz <[email protected]>
AuthorDate: Wed Feb 21 14:35:23 2024 +0100

    Use sbt-web 1.5.x despite staying on paradox 0.9.2 (#1135)
---
 project/plugins.sbt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index bdc4883f42..a5c6fd5a14 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -37,6 +37,8 @@ addSbtPlugin(("org.apache.pekko" % "pekko-sbt-paradox" % 
"1.0.0").excludeAll(
   "com.lightbend.paradox", "sbt-paradox",
   "com.lightbend.paradox" % "sbt-paradox-apidoc",
   "com.lightbend.paradox" % "sbt-paradox-project-info"))
-addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").force())
-addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % 
"0.10.1").force())
-addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % 
"2.0.0").force())
+addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % 
"0.9.2").force().exclude("com.typesafe.sbt", "sbt-web"))
+addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-apidoc" % 
"0.10.1").force().exclude("com.typesafe.sbt", "sbt-web"))
+addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox-project-info" % 
"2.0.0").force()
+  .exclude("com.typesafe.sbt", "sbt-web"))
+addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4") // sbt-paradox 0.9.2 
depends on old sbt-web 1.4.x, but we want a newer version


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to