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
typelevel-steward[bot] committed Nov 13, 2024
1 parent 48db28d commit ef17547
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 @@ -164,7 +164,7 @@ lazy val lambdaCloudFormationCustomResource = crossProject(JSPlatform, JVMPlatfo
"org.typelevel" %%% "munit-cats-effect-3" % munitCEVersion % Test,
"org.typelevel" %%% "scalacheck-effect" % scalacheckEffectVersion % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % scalacheckEffectVersion % Test,
"com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % Test,
"com.eed3si9n.expecty" %%% "expecty" % "0.17.0" % Test,
"io.circe" %%% "circe-testing" % circeVersion % Test
)
)
Expand Down

0 comments on commit ef17547

Please sign in to comment.