From b039a20d9a1c5618fbec1c58b3b4d56f00bc40c6 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, 17 Oct 2024 00:22:57 +0000 Subject: [PATCH] Update natchez-core, natchez-xray to 0.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18bd236..8b4b063 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val `rabbitmq-topology-backup` = (project in file(".")) libraryDependencies ++= { val http4sVersion = "0.23.12" val circeVersion = "0.14.2" - val natchezVersion = "0.1.6" + val natchezVersion = "0.3.7" val feralVersion = "0.1.0-M9" val fs2Version = "3.2.7" val log4CatsVersion = "2.3.1"