Skip to content

Commit 77d1511

Browse files
committed
bump otel4s to 0.13.0
1 parent 56b7615 commit 77d1511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ val natchezVersion = "0.3.8"
5858
val munitVersion = "1.2.0"
5959
val munitCEVersion = "2.1.0"
6060
val scalacheckEffectVersion = "2.1.0-RC1"
61-
val otel4sVersion = "0.12.0"
61+
val otel4sVersion = "0.13.0"
6262

6363
lazy val commonSettings = Seq(
6464
crossScalaVersions := Seq(Scala3, Scala213)
@@ -212,7 +212,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform)
212212
libraryDependencies ++= Seq(
213213
"org.http4s" %%% "http4s-dsl" % http4sVersion,
214214
"org.http4s" %%% "http4s-ember-client" % http4sVersion,
215-
"org.http4s" %%% "http4s-otel4s-middleware-trace-client" % "0.12.0",
215+
"org.http4s" %%% "http4s-otel4s-middleware-trace-client" % "0.14.1",
216216
"org.tpolecat" %%% "natchez-xray" % natchezVersion,
217217
"org.tpolecat" %%% "natchez-http4s" % "0.6.1",
218218
"org.tpolecat" %%% "skunk-core" % "0.6.4",

0 commit comments

Comments
 (0)