Skip to content

Commit

Permalink
Update expecty to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 13, 2024
1 parent 81e2306 commit 611412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" % Test,
"org.http4s" %% "http4s-server" % http4sVersion % Test,
"io.circe" %% "circe-literal" % circeVersion % Test,
"io.circe" %% "circe-parser" % circeVersion % Test,
Expand Down

0 comments on commit 611412c

Please sign in to comment.