From b0cdc8b93fa5877614f03b908d83009bf644e5e6 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <107706532+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:21:13 +0000 Subject: [PATCH] Update expecty to 0.16.0 (#335) Co-authored-by: dwolla-oss-scala-steward[bot] <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 85ecf239..2e743aec 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val `fs2-utils` = crossProject(JSPlatform, JVMPlatform) libraryDependencies ++= Seq( "co.fs2" %%% "fs2-core" % fs2Version, "org.scalameta" %%% "munit" % "0.7.29" % Test, - "com.eed3si9n.expecty" %%% "expecty" % "0.15.4" % Test, + "com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, ), )