From f1389b74856574b6565d8c686d51012b49bbadce Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:14:24 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit to 3.5.4 --- build.sbt | 2 +- project/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b4228fb6..f1606ea9 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-new-syntax", "-indent", "-source:future") ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("21")) val CatsVersion = "2.10.0" -val CatsEffectVersion = "3.5.3" +val CatsEffectVersion = "3.5.4" val Fs2Version = "3.9.4" val Fs2DomVersion = "0.2.1" val Http4sVersion = "0.23.25" diff --git a/project/build.sbt b/project/build.sbt index 706de2af..806e8911 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ libraryDependencies ++= Seq( "com.raquo" %% "domtypes" % "18.0.0", - "org.typelevel" %% "cats-effect" % "3.5.3" + "org.typelevel" %% "cats-effect" % "3.5.4" )