Skip to content

Commit

Permalink
Update cats-effect-testkit to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
permutive-steward[bot] committed Nov 15, 2024
1 parent da06ce5 commit cffa6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect-kernel" % "3.5.5",
"org.typelevel" %% "cats-effect" % "3.5.5" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test,
"org.typelevel" %% "cats-effect-testkit" % "3.5.5" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test,
Expand All @@ -20,15 +20,15 @@ object Dependencies {
lazy val shapeless = "com.chuusai" %% "shapeless" % "2.3.12"

lazy val `prometheus4cats-testkit` = Seq(
"org.typelevel" %% "cats-effect-testkit" % "3.5.4",
"org.typelevel" %% "cats-effect-testkit" % "3.5.5",
"org.scalameta" %% "munit" % "1.0.2",
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
"org.scalameta" %% "munit-scalacheck" % "1.0.0",
"org.typelevel" %% "scalacheck-effect" % "1.0.4"
)

lazy val `prometheus4cats-testing` = Seq(
"org.typelevel" %% "cats-effect-testkit" % "3.5.4",
"org.typelevel" %% "cats-effect-testkit" % "3.5.5",
"org.scalameta" %% "munit" % "1.0.2",
"org.typelevel" %% "munit-cats-effect" % "2.0.0",
"org.scalameta" %% "munit-scalacheck" % "1.0.0",
Expand Down

0 comments on commit cffa6e7

Please sign in to comment.