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." },