This is an automated email from the ASF dual-hosted git repository.
jrudolph 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 ab95c576a fix scala-steward configuration (#106)
ab95c576a is described below
commit ab95c576a1ed806f48797c21e1ce8c304e067f69
Author: Johannes Rudolph <[email protected]>
AuthorDate: Mon Mar 6 12:23:32 2023 +0100
fix scala-steward configuration (#106)
---
.scala-steward.conf | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.scala-steward.conf b/.scala-steward.conf
index 2776d6d87..fb94cfbcd 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -4,14 +4,14 @@ pullRequests.frequency = "0 0 ? * 1"
commits.message = "build: update ${artifactName} from ${currentVersion} to
${nextVersion}"
updates.ignore = [
- { groupId = "com.typesafe.akka", artifactId = "akka-actor" },
- { groupId = "com.typesafe.akka", artifactId = "akka-actor-typed" },
- { groupId = "com.typesafe.akka", artifactId = "akka-stream" },
- { groupId = "com.typesafe.akka", artifactId = "akka-testkit" },
- { groupId = "com.typesafe.akka", artifactId = "akka-actor-testkit-typed" },
- { groupId = "com.typesafe.akka", artifactId = "akka-stream-testkit" },
- { groupId = "com.typesafe.akka", artifactId = "akka-multi-node-testkit" },
- { groupId = "com.typesafe.akka", artifactId = "akka-http" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-actor" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-stream" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-testkit" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-actor-testkit-typed" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
+ { groupId = "org.apache.pekko", artifactId = "pekko-http" },
]
updates.pin = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]