This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 7aa5457b36 Add tools.jackson dependencies to scala-steward config
(#2454)
7aa5457b36 is described below
commit 7aa5457b36da3cf010f34ac936d38c1e94dd3332
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 8 10:04:04 2025 +0100
Add tools.jackson dependencies to scala-steward config (#2454)
---
.scala-steward.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index bf6dce5079..f705865c61 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -16,6 +16,11 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.dataformat" }
{ groupId = "com.fasterxml.jackson.datatype" }
{ groupId = "com.fasterxml.jackson.jaxrs" }
+ { groupId = "tools.jackson.core", artifactId = "jackson-databind" }
+ { groupId = "tools.jackson.module" }
+ { groupId = "tools.jackson.dataformat" }
+ { groupId = "tools.jackson.datatype" }
+ { groupId = "tools.jackson.jaxrs" }
# other ignored updates
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]