From 58518c8e6d14b9fbba750babf887242f682bcfb2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 14:52:21 +0000 Subject: [PATCH] Update otel4s-core to 0.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87da5de..1c43163 100644 --- a/build.sbt +++ b/build.sbt @@ -113,7 +113,7 @@ lazy val otel4s = crossProject(JVMPlatform) name := "fs2-queues-otel4s", description := "Support for metrics and tracing using otel4s", libraryDependencies ++= List( - "org.typelevel" %%% "otel4s-core" % "0.10.0" + "org.typelevel" %%% "otel4s-core" % "0.11.0" ) ) .dependsOn(core, testing % Test)