Skip to content

Commit

Permalink
Update munit-cats-effect to 2.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 13, 2023
1 parent e4b2ef3 commit b077742
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 @@ -59,7 +59,7 @@ lazy val `core-tests` = project
libraryDependencies ++= {
Seq(
"org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
Expand Down Expand Up @@ -88,7 +88,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
"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.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
Expand Down Expand Up @@ -122,7 +122,7 @@ lazy val `registrator-health-check-lambda` = project
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
"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.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
"org.typelevel" %% "log4cats-noop" % "2.6.0" % Test,
Expand Down

0 comments on commit b077742

Please sign in to comment.