We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e2306 commit 10be7dbCopy full SHA for 10be7db
build.sbt
@@ -43,7 +43,7 @@ lazy val `rabbitmq-topology-backup` = (project in file("."))
43
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
44
"software.amazon.awssdk" % "kms" % "2.17.255" % Runtime,
45
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
46
- "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
+ "com.eed3si9n.expecty" %% "expecty" % "0.17.1" % Test,
47
"org.http4s" %% "http4s-server" % http4sVersion % Test,
48
"io.circe" %% "circe-literal" % circeVersion % Test,
49
"io.circe" %% "circe-parser" % circeVersion % Test,
0 commit comments