Skip to content

Commit

Permalink
Merge pull request #116 from scala-steward/update/otel4s-core-0.11.2
Browse files Browse the repository at this point in the history
Update otel4s-core to 0.11.2
  • Loading branch information
satabin authored Dec 9, 2024
2 parents d826aeb + 6fe28ec commit 4b0c2e9
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 4b0c2e9

Please sign in to comment.