Skip to content

Commit

Permalink
Merge pull request #185 from Dwolla/update/scalacheck-effect-munit-2.…
Browse files Browse the repository at this point in the history
…0.0-M2

Update scalacheck-effect-munit to 2.0.0-M2
  • Loading branch information
bpholt authored Jul 29, 2024
2 parents 557248d + f3271f3 commit c0a92b0
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 @@ -123,7 +123,7 @@ lazy val `smithy4s-consul-middleware-tests` = crossProject(JSPlatform, JVMPlatfo
"com.disneystreaming.smithy4s" %%% "smithy4s-http4s" % smithy4sVersion.value % Test,
"org.scalameta" %%% "munit" % munitVersion % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M1" % Test,
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.http4s" %%% "http4s-dsl" % http4sVersion % Test,
"com.comcast" %%% "ip4s-test-kit" % "3.6.0" % Test,
)
Expand Down

0 comments on commit c0a92b0

Please sign in to comment.