From e3077e5f76b8b8e81ee070314305a1a3f12dc2a8 Mon Sep 17 00:00:00 2001 From: scala-steward <scala-steward> Date: Wed, 2 Oct 2024 00:28:06 +0000 Subject: [PATCH] Update pekko-http to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index de23a12e3..e5a0acd49 100644 --- a/build.sbt +++ b/build.sbt @@ -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