From 83c2cc5507b4d9bf7d8f6cc9cb79b90c26556655 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:20:48 +0000 Subject: [PATCH] Update dwolla-otel-natchez to 0.2.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3898e04..fc933e1 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project "io.circe" %% "circe-literal" % "0.14.6" % Test, "io.circe" %% "circe-testing" % "0.14.6" % Test, "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test, - "com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test, + "com.dwolla" %% "dwolla-otel-natchez" % "0.2.3" % Test, ) }, topLevelDirectory := None, @@ -162,7 +162,7 @@ lazy val `registrator-health-check-lambda` = project "io.circe" %% "circe-literal" % "0.14.6" % Test, "io.circe" %% "circe-testing" % "0.14.6" % Test, "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test, - "com.dwolla" %% "dwolla-otel-natchez" % "0.2.2" % Test, + "com.dwolla" %% "dwolla-otel-natchez" % "0.2.3" % Test, ) }, topLevelDirectory := None,