Skip to content

Commit 0c2cf82

Browse files
authored
Merge pull request #982 from mkurz/pekko_downgrade
Downgrade pekko (only temporarily in the main branch)
2 parents 8435507 + a1e063d commit 0c2cf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object Dependencies {
4646
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
4747
)
4848

49-
val pekkoVersion = "1.1.2"
49+
val pekkoVersion = "1.0.3"
5050

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

0 commit comments

Comments
 (0)