Skip to content

Commit

Permalink
Merge pull request #105 from Dwolla/update/cats-effect-testkit-3.5.2
Browse files Browse the repository at this point in the history
Update cats-effect-testkit to 3.5.2
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents 817db7e + 016d035 commit 233089e
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 @@ -58,7 +58,7 @@ lazy val `core-tests` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "cats-effect-testkit" % "3.5.1" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
Expand Down Expand Up @@ -87,7 +87,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
"org.http4s" %% "http4s-ember-client" % "0.23.23",
"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" %% "cats-effect-testkit" % "3.5.2" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
Expand Down Expand Up @@ -121,7 +121,7 @@ lazy val `registrator-health-check-lambda` = project
"org.typelevel" %% "mouse" % "1.2.1",
"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" %% "cats-effect-testkit" % "3.5.2" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
Expand Down

0 comments on commit 233089e

Please sign in to comment.