This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit f2946759eb4c74030fb3887ac0757168e9ca2462 Author: Matthew de Detrich <[email protected]> AuthorDate: Mon Jan 8 10:25:36 2024 +1100 Update and fix ignored updates for sbt-paradox (cherry picked from commit 7702c4abe47ab476802003c7907f347bc748676f) --- .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]
