From e3ec20c3181975e327e5493ccd3436ce4ac1761e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:26:21 +0000 Subject: [PATCH] Update natchez-core, natchez-xray to 0.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c22ab4ae..75cda4e5 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ val catsEffectVersion = "3.6.3" val circeVersion = "0.14.15" val fs2Version = "3.12.2" val http4sVersion = "0.23.33" -val natchezVersion = "0.3.8" +val natchezVersion = "0.3.10" val munitVersion = "1.2.0" val munitCEVersion = "2.1.0" val scalacheckEffectVersion = "2.1.0-RC1"