Skip to content

Commit

Permalink
Merge pull request #90 from Dwolla/update/munit-scalacheck-1.0.0-M9
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.0.0-M9
  • Loading branch information
bpholt authored Sep 14, 2023
2 parents 15e53b5 + 3f711dc commit a71646e
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 @@ -60,7 +60,7 @@ lazy val `core-tests` = project
Seq(
"org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M8" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M9" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
"org.typelevel" %% "mouse" % "1.2.1" % Test,
Expand Down Expand Up @@ -89,7 +89,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.20.0" % Runtime,
"org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M8" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M9" % 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 @@ -123,7 +123,7 @@ lazy val `registrator-health-check-lambda` = project
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.20.0" % Runtime,
"org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M8" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M9" % 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 a71646e

Please sign in to comment.