Skip to content

Commit

Permalink
Update pekko-http to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 2, 2024
1 parent d55c360 commit e3077e5
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 akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.2.10"
val akkaStreamVersion = "2.6.20"
val akkaStreams = "com.typesafe.akka" %% "akka-stream" % akkaStreamVersion

val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.0.1"
val pekkoHttp = "org.apache.pekko" %% "pekko-http" % "1.1.0"
val pekkoStreamVersion = "1.1.1"
val pekkoStreams = "org.apache.pekko" %% "pekko-stream" % pekkoStreamVersion

Expand Down

0 comments on commit e3077e5

Please sign in to comment.