File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ val natchezVersion = "0.3.8"
5858val munitVersion = " 1.2.0"
5959val munitCEVersion = " 2.1.0"
6060val scalacheckEffectVersion = " 2.1.0-RC1"
61- val otel4sVersion = " 0.12 .0"
61+ val otel4sVersion = " 0.13 .0"
6262
6363lazy 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" ,
You can’t perform that action at this time.
0 commit comments