diff --git a/build.sbt b/build.sbt index 3fe3e1d..437e87f 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.11.0" + "org.typelevel" %%% "otel4s-core" % "0.11.2" ) ) .dependsOn(core, testing % Test)