From 11f8d88990aaa0fc3fd88e381c1722f276d5572e 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, 17 Oct 2024 00:23:22 +0000 Subject: [PATCH] Update natchez-core, natchez-mtl to 0.3.7 --- project/AsyncUtilsBuildPlugin.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/AsyncUtilsBuildPlugin.scala b/project/AsyncUtilsBuildPlugin.scala index f956ed42e..a2acc6c38 100644 --- a/project/AsyncUtilsBuildPlugin.scala +++ b/project/AsyncUtilsBuildPlugin.scala @@ -188,8 +188,8 @@ object AsyncUtilsBuildPlugin extends AutoPlugin { moduleName := name.value + s"-$v", libraryDependencies ++= { Seq( - "org.tpolecat" %% "natchez-core" % "0.3.6", - "org.tpolecat" %% "natchez-mtl" % "0.3.6", + "org.tpolecat" %% "natchez-core" % "0.3.7", + "org.tpolecat" %% "natchez-mtl" % "0.3.7", "com.comcast" %% "ip4s-core" % "3.6.0", "org.typelevel" %% "cats-mtl" % "1.5.0", "io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",