From f0e8127c74f88e6813e71065d7243aa319d36b15 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:19:33 +0000 Subject: [PATCH] Update pekko-http to 1.1.0 --- build.sbt | 2 +- examples/src/main/scala/PekkoHttpExample.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a9dd78afa..f09ba3da6 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ val OpenTelemetryInstrumentationAlphaVersion = "2.5.0-alpha" val OpenTelemetrySemConvVersion = "1.27.0-alpha" val OpenTelemetryProtoVersion = "1.1.0-alpha" val PekkoStreamVersion = "1.1.1" -val PekkoHttpVersion = "1.0.1" +val PekkoHttpVersion = "1.1.0" val PlatformVersion = "1.0.2" val ScodecVersion = "1.1.38" val VaultVersion = "3.6.0" diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index f0af52834..ead546120 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -61,7 +61,7 @@ import scala.concurrent.duration._ * libraryDependencies ++= Seq( * "org.typelevel" %% "otel4s-oteljava" % "0.5.0", * "org.apache.pekko" %% "pekko-stream" % "1.1.1", - * "org.apache.pekko" %% "pekko-http" % "1.0.1", + * "org.apache.pekko" %% "pekko-http" % "1.1.0", * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.8.0", * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.42.1" % Runtime, * "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.42.1" % Runtime