From 1ad7f7cf5cd7b73a07e29e94a5143c64d0804000 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:07:06 +0000 Subject: [PATCH] Update pekko-stream to 1.1.3 --- 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 a1a270935..9810bcbc9 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ val OpenTelemetryInstrumentationVersion = "2.11.0" val OpenTelemetryInstrumentationAlphaVersion = "2.10.0-alpha" val OpenTelemetrySemConvVersion = "1.29.0-alpha" val OpenTelemetryProtoVersion = "1.5.0-alpha" -val PekkoStreamVersion = "1.1.2" +val PekkoStreamVersion = "1.1.3" val PekkoHttpVersion = "1.1.0" val PlatformVersion = "1.0.2" val ScodecVersion = "1.1.38" diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index ba127d051..e542c128d 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -57,7 +57,7 @@ import scala.concurrent.duration._ * .settings( * libraryDependencies ++= Seq( * "org.typelevel" %% "otel4s-oteljava" % "0.5.0", - * "org.apache.pekko" %% "pekko-stream" % "1.1.2", + * "org.apache.pekko" %% "pekko-stream" % "1.1.3", * "org.apache.pekko" %% "pekko-http" % "1.1.0", * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0", * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.45.0" % Runtime,