We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8435507 + a1e063d commit 0c2cf82Copy full SHA for 0c2cf82
project/Dependencies.scala
@@ -46,7 +46,7 @@ object Dependencies {
46
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
47
)
48
49
- val pekkoVersion = "1.1.2"
+ val pekkoVersion = "1.0.3"
50
51
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)
52
0 commit comments