diff --git a/build.sbt b/build.sbt index 0385ecb..2c50f20 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)