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 0c6e53669 Remove apidoc from ignore and pin paradox versions
0c6e53669 is described below
commit 0c6e53669e9284caedd4f1054c16bf2ab7e883dc
Author: Matthew de Detrich <[email protected]>
AuthorDate: Thu Feb 22 07:46:43 2024 +0100
Remove apidoc from ignore and pin paradox versions
---
.scala-steward.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index d0fb9df99..a2baab485 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -1,7 +1,4 @@
updates.ignore = [
- { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info"
},
- { 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" },
@@ -23,6 +20,9 @@ updates.pin = [
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622
{ groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine",
version = "2.9." },
+ # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
+ { groupId = "com.lightbend.paradox", artifactId =
"sbt-paradox-project-info", version = "0.9." },
+ { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version =
"0.9." }
]
updatePullRequests = "always"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]