Skip to content

Commit

Permalink
Update pekko-http, pekko-http-testkit to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 7, 2024
1 parent 888bb06 commit 5d75fd0
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 @@ -32,7 +32,7 @@ lazy val root = (project in file("."))
.settings(mimaSettings)

val pekkoVersion = "1.1.1"
val pekkoHttpVersion = "1.0.1"
val pekkoHttpVersion = "1.1.0"

lazy val pekkoDependencies = Seq(
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
Expand Down

0 comments on commit 5d75fd0

Please sign in to comment.