From 1d7253cc774b2f39ae1342e43109cda739f105f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Jan 2023 20:10:57 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.4.5 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 9ad4980..a6d0cf4 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val catsEffect = project name := "prometheus4cats-contrib-cats-effect", libraryDependencies ++= Seq( "com.permutive" %% "prometheus4cats" % Prometheus4Cats, - "org.typelevel" %% "cats-effect" % "3.4.1" + "org.typelevel" %% "cats-effect" % "3.4.5" ), libraryDependencies ++= PartialFunction .condOpt(CrossVersion.partialVersion(scalaVersion.value)) { @@ -79,7 +79,7 @@ lazy val googleCloudBigtable = project "com.google.cloud" % "google-cloud-bigtable" % "2.16.0", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.4.1" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.4.5" % Test, "com.google.cloud" % "google-cloud-bigtable-emulator" % "0.153.0" % Test ) ) @@ -113,7 +113,7 @@ lazy val fs2Kafka = project "com.permutive" %% "prometheus4cats-java" % Prometheus4Cats % Test, "ch.qos.logback" % "logback-classic" % "1.2.11" % Test, // scala-steward:off "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test, - "org.typelevel" %% "cats-effect-testkit" % "3.4.1" % Test, + "org.typelevel" %% "cats-effect-testkit" % "3.4.5" % Test, "org.typelevel" %% "log4cats-slf4j" % "2.5.0" % Test ), libraryDependencies ++= PartialFunction