From efd7633621533bbdb550fb5f79f109489b9eae58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 15:29:57 +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 88c0594..acbdf58 100644 --- a/build.sbt +++ b/build.sbt @@ -82,7 +82,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "literally" % "1.1.0", "org.typelevel" %%% "cats-core" % "2.10.0", - "org.typelevel" %%% "cats-effect" % "3.5.3", + "org.typelevel" %%% "cats-effect" % "3.5.4", "org.scalacheck" %%% "scalacheck" % "1.17.0" % Test ) ) @@ -116,7 +116,7 @@ lazy val docs = project mdocIn := baseDirectory.value / "src", mdocOut := baseDirectory.value / "../docs", githubWorkflowArtifactUpload := false, - libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.3" + libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.4" ) lazy val commonSettings = Seq(