diff --git a/build.sbt b/build.sbt index da26294..ee4dbba 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.18.3", "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.155.3" % 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