From 0756c35e5af9002144008d5ed280f56c4f5333e4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:48:33 +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 a4cd87a..5edca33 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / tlBaseVersion := "0.6" val http4sVersion = "0.23.27" -val natchezVersion = "0.3.5" +val natchezVersion = "0.3.6" val scala212Version = "2.12.19" val scala213Version = "2.13.10" val scala3Version = "3.3.3"