From f03b62e4c3ded220948792987ec1f9e7711eb8fb 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:28:26 +0000 Subject: [PATCH] Update natchez-jaeger to 0.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02d697e..77b0812 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / tlBaseVersion := "0.6" val http4sVersion = "0.23.33" -val natchezVersion = "0.3.9" +val natchezVersion = "0.3.10" val scala212Version = "2.12.21" val scala213Version = "2.13.18" val scala3Version = "3.3.7"