From 759121107355c09f40b940956fdffdd775e3607b Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 8 Oct 2024 09:17:27 +0200 Subject: [PATCH] Pin Pekko to 1.0.x --- .github/scala-steward.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index 39af07b3..700ed7f5 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -7,6 +7,9 @@ pullRequests.grouping = [ ] updates.pin = [ + { groupId = "org.apache.pekko", artifactId="pekko-actor-typed", version = "1.0." }, + { groupId = "org.apache.pekko", artifactId="pekko-serialization-jackson", version = "1.0." }, + { groupId = "org.apache.pekko", artifactId="pekko-slf4j", version = "1.0." }, { groupId = "org.apache.pekko", artifactId="pekko-stream", version = "1.0." }, { groupId = "org.apache.pekko", artifactId="pekko-http", version = "1.0." }, { groupId = "org.playframework", artifactId = "cachecontrol", version = "3.0." },