From 10be7db3fe1c8250874ac3c0d77004797186d91a Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:46:42 +0000 Subject: [PATCH] Update expecty to 0.17.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18bd236..2ba0f3b 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val `rabbitmq-topology-backup` = (project in file(".")) "com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime, "software.amazon.awssdk" % "kms" % "2.17.255" % Runtime, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test, - "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test, + "com.eed3si9n.expecty" %% "expecty" % "0.17.1" % Test, "org.http4s" %% "http4s-server" % http4sVersion % Test, "io.circe" %% "circe-literal" % circeVersion % Test, "io.circe" %% "circe-parser" % circeVersion % Test,