From 18a8361b65eda3f84d4c80bc7dca17a36e0fa9c3 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, 29 Aug 2024 00:21:22 +0000 Subject: [PATCH] Update natchez-xray to 0.3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bf294f..c9729dd 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = (project in file(".")) topLevelDirectory := None, maintainer := developers.value.head.email, libraryDependencies ++= { - val natchezVersion = "0.1.6" + val natchezVersion = "0.3.6" val feralVersion = "0.1.0-M9" val specs2Version = "4.15.0" val awsJavaSdkVersion = "2.17.129"