Skip to content

Commit

Permalink
upgrade pekko
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 16, 2023
1 parent 746c2c5 commit d1e7a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ lazy val root = (project in file("."))

lazy val deps = {
val awsSDKVersion = "2.17.113"
val pekkoVersion = "0.0.0+26669-ec5b6764-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT"
val pekkoVersion = "0.0.0+26720-01379c41-SNAPSHOT"
val pekkoHttpVersion = "0.0.0+4431-0dc1da23-SNAPSHOT"

Seq(
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
Expand Down

0 comments on commit d1e7a16

Please sign in to comment.