Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update cats-effect, cats-effect-testkit to 3.4.5 #36

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down Expand Up @@ -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
)
)
Expand Down Expand Up @@ -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
Expand Down