Skip to content

Commit

Permalink
Update pekko-stream to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 9, 2025
1 parent 4d8f5ca commit d3eba26
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 @@ -137,7 +137,7 @@ val akkaStreamVersion = "2.6.20"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion

val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.1.0"
val pekkoStreamVersion = "1.1.2"
val pekkoStreamVersion = "1.1.3"
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 d3eba26

Please sign in to comment.