From 3e97cd414200ddf5f2506c8c1c3a9520e1b17997 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:06:12 +0000 Subject: [PATCH] Update pekko-stream to 1.0.2 --- 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 8457f1eff..ee9d0f3e9 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val MUnitDisciplineVersion = "2.0.0-M3" val OpenTelemetryVersion = "1.32.0" val OpenTelemetryInstrumentationVersion = "1.32.0" val OpenTelemetrySemConvVersion = "1.21.0-alpha" -val PekkoStreamVersion = "1.0.1" +val PekkoStreamVersion = "1.0.2" val PekkoHttpVersion = "1.0.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 e1bb09ddf..d53ac29d2 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -61,7 +61,7 @@ import scala.concurrent.duration._ * .settings( * libraryDependencies ++= Seq( * "org.typelevel" %% "otel4s-java" % "0.3.0-RC2", - * "org.apache.pekko" %% "pekko-stream" % "1.0.1", + * "org.apache.pekko" %% "pekko-stream" % "1.0.2", * "org.apache.pekko" %% "pekko-http" % "1.0.0", * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "1.32.0", * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.32.0" % Runtime,