Skip to content

Commit

Permalink
Update otel4s-core to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2024
1 parent d7f254f commit 6fe28ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6fe28ec

Please sign in to comment.