From d51569d0eb7e301f97d761f4f1e1129a5fc3bb57 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 04:09:09 +0000 Subject: [PATCH] Update natchez-core, natchez-jaeger to 0.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ddd8a38..815e9d6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / tlBaseVersion := "0.6" val http4sVersion = "0.23.17" -val natchezVersion = "0.3.0" +val natchezVersion = "0.3.6" val scala212Version = "2.12.17" val scala213Version = "2.13.10" val scala3Version = "3.2.1"