From 1a3bf7705b7e3988e0e9362029eeaf3d5d679dcb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 17:56:56 +0000 Subject: [PATCH] Update cats-effect to 3.5.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8d099bd..1e272ae 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val uuid = .settings( name := "humanoid-uuid", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-effect" % "3.5.3", + "org.typelevel" %% "cats-effect" % "3.5.4", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test ) @@ -53,7 +53,7 @@ lazy val scuid = libraryDependencies ++= Seq( "me.wojnowski" %% "scuid" % "0.2.0", "org.scalameta" %% "munit" % "0.7.29" % Test, - "org.typelevel" %% "cats-effect" % "3.5.3" % Test, + "org.typelevel" %% "cats-effect" % "3.5.4" % Test, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test ) )