From aaf4725ea327b34c31cacbe4513368b4b14a329c Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 16:02:09 +0000 Subject: [PATCH] Update natchez-xray to 0.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bf294f..daa85a3 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.1" val feralVersion = "0.1.0-M9" val specs2Version = "4.15.0" val awsJavaSdkVersion = "2.17.129"