Skip to content

Commit

Permalink
Merge pull request playframework#942 from mkurz/pin_pekko
Browse files Browse the repository at this point in the history
[3.0.x] Pin Pekko to 1.0.x
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents c78690e + 7591211 commit 36c4ad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
Expand Down

0 comments on commit 36c4ad0

Please sign in to comment.