From a9a86d321937775afb9c9635bac74b2f2a85e384 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:10:58 +0000 Subject: [PATCH] Update opentelemetry-exporter-otlp, ... to 1.46.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 425a62c..91ea780 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val catsEffectV = "3.5.7" val http4sV = "0.23.30" val munitV = "1.0.0" val munitCatsEffectV = "2.0.0" -val openTelemetryV = "1.45.0" +val openTelemetryV = "1.46.0" val otel4sV = "0.11.2" val slf4jV = "1.7.36"