Skip to content

Commit

Permalink
Update expecty to 0.16.0 (#335)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Oct 6, 2022
1 parent 1fe795f commit b0cdc8b
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 @@ -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,
),
)
Expand Down

0 comments on commit b0cdc8b

Please sign in to comment.