Skip to content

Commit

Permalink
Merge pull request #982 from mkurz/pekko_downgrade
Browse files Browse the repository at this point in the history
Downgrade pekko (only temporarily in the main branch)
  • Loading branch information
mkurz authored Jan 24, 2025
2 parents 8435507 + a1e063d commit 0c2cf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
)

val pekkoVersion = "1.1.2"
val pekkoVersion = "1.0.3"

val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

Expand Down

0 comments on commit 0c2cf82

Please sign in to comment.