From 30fd4a66b5ba3e1be6b10a6ad0b66b3130e1b9f7 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:22:55 +0000 Subject: [PATCH] Update natchez-core, natchez-jaeger, ... to 0.3.6 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index ec3be6b..fc20a11 100644 --- a/build.sbt +++ b/build.sbt @@ -60,9 +60,9 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) "org.typelevel" %%% "case-insensitive" % "1.4.0", "org.typelevel" %%% "cats-effect" % "3.5.4", "org.typelevel" %%% "cats-mtl" % "1.5.0", - "org.tpolecat" %%% "natchez-core" % "0.3.5", - "org.tpolecat" %%% "natchez-mtl" % "0.3.5", - "org.tpolecat" %%% "natchez-noop" % "0.3.5", + "org.tpolecat" %%% "natchez-core" % "0.3.6", + "org.tpolecat" %%% "natchez-mtl" % "0.3.6", + "org.tpolecat" %%% "natchez-noop" % "0.3.6", "org.typelevel" %%% "log4cats-noop" % log4catsVersion % Test, "org.http4s" %%% "http4s-ember-client" % http4sVersion % Test, "org.http4s" %%% "http4s-dsl" % http4sVersion % Test, @@ -79,12 +79,12 @@ lazy val `http4s-consul-middleware` = crossProject(JSPlatform, JVMPlatform) ) .jvmSettings( libraryDependencies ++= Seq( - "org.tpolecat" %%% "natchez-jaeger" % "0.3.5" % Test, + "org.tpolecat" %%% "natchez-jaeger" % "0.3.6" % Test, ) ) .jsSettings( libraryDependencies ++= Seq( - "org.tpolecat" %%% "natchez-noop" % "0.3.5" % Test, + "org.tpolecat" %%% "natchez-noop" % "0.3.6" % Test, "io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % Test, "io.github.cquiroz" %%% "scala-java-time-tzdb" % "2.6.0" % Test, )