Skip to content

Commit

Permalink
Merge pull request #2019 from softwaremill/update/pekko-stream-1.0.2
Browse files Browse the repository at this point in the history
Update pekko-stream to 1.0.2
  • Loading branch information
mergify[bot] committed Dec 2, 2023
2 parents 9cbb4bf + 8f927b4 commit 0f01a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ val akkaStreamVersion = "2.6.20"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion

val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.0.0"
val pekkoStreamVersion = "1.0.1"
val pekkoStreamVersion = "1.0.2"
val pekkoStreams = "org.apache.pekko" %% "pekko-stream" % pekkoStreamVersion

val scalaTest = libraryDependencies ++= Seq("freespec", "funsuite", "flatspec", "wordspec", "shouldmatchers").map(m =>
Expand Down

0 comments on commit 0f01a81

Please sign in to comment.