From 1e05fa715b3233f3dafd92e3497985355113bfb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Oct 2024 15:20:20 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 32d2496..afa85d4 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.4", + "org.typelevel" %%% "cats-effect" % "3.5.5", "org.scalacheck" %%% "scalacheck" % "1.17.1" % 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.4" + libraryDependencies += "org.typelevel" %%% "cats-effect" % "3.5.5" ) lazy val commonSettings = Seq(