Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opentelemetry-exporter-otlp, ... to 1.32.0 #917

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ lazy val opentelemetry = project
description := "Base OpenTelemetry Utilities for Natchez",
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.1.7").toMap,
libraryDependencies ++= Seq(
"io.opentelemetry" % "opentelemetry-sdk" % "1.31.0"
"io.opentelemetry" % "opentelemetry-sdk" % "1.32.0"
)
)

Expand Down Expand Up @@ -365,7 +365,7 @@ lazy val examples = project
"org.slf4j" % "slf4j-simple" % "2.0.9",
"eu.timepit" %% "refined" % "0.11.0",
"is.cir" %% "ciris" % "3.4.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.31.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.32.0",
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha",
"io.grpc" % "grpc-okhttp" % "1.59.0" // required for the OpenTelemetry exporter
)
Expand Down Expand Up @@ -436,7 +436,7 @@ lazy val docs = project
"org.http4s" %% "http4s-client" % "0.23.15",
"org.typelevel" %% "log4cats-slf4j" % "2.4.0",
"org.slf4j" % "slf4j-simple" % "2.0.9",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.31.0", // for the opentelemetry example
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.32.0", // for the opentelemetry example
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha"
),
excludeDependencies += "org.scala-lang.modules" % "scala-collection-compat_3" // pray this does more good than harm
Expand Down