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, ), )