Skip to content

Commit

Permalink
Update munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed May 22, 2024
1 parent edb514c commit 0600a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ lazy val `core-tests` = project
"org.http4s" %% "http4s-ember-client" % "0.23.25" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"org.typelevel" %% "mouse" % "1.2.2" % Test,
Expand Down Expand Up @@ -120,7 +120,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime,
"org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
Expand Down Expand Up @@ -156,7 +156,7 @@ lazy val `registrator-health-check-lambda` = project
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime,
"org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"io.circe" %% "circe-literal" % "0.14.6" % Test,
Expand Down

0 comments on commit 0600a96

Please sign in to comment.