Skip to content

Commit

Permalink
Update pekko-http to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Oct 2, 2024
1 parent d33c76c commit f0e8127
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 @@ -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"
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 @@ -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
Expand Down

0 comments on commit f0e8127

Please sign in to comment.