Skip to content

Commit

Permalink
Merge pull request #887 from typelevel/update/pekko-stream-1.1.3
Browse files Browse the repository at this point in the history
Update pekko-stream to 1.1.3
  • Loading branch information
iRevive authored Jan 13, 2025
2 parents 0912147 + 1ad7f7c commit 08e4020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0" % Runtime,
Expand Down

0 comments on commit 08e4020

Please sign in to comment.