This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 7702c4abe Update and fix ignored updates for sbt-paradox
7702c4abe is described below
commit 7702c4abe47ab476802003c7907f347bc748676f
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jan 8 10:25:36 2024 +1100
Update and fix ignored updates for sbt-paradox
---
.scala-steward.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 68c789c45..d275ff8b4 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,6 +1,7 @@
updates.ignore = [
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info"
},
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "},
+ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-apidoc"},
+ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox"},
{ groupId = "org.apache.pekko", artifactId = "pekko-actor" },
{ groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" },
{ groupId = "org.apache.pekko", artifactId = "pekko-stream" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]