From 8cb44e8bb67a3eb7ca6e95b0964ec29137038df8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Sep 2025 17:22:35 +0000 Subject: [PATCH] Update cats-effect to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e57747..6e97e0e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val root = project libraryDependencies ++= Seq( ///"ch.qos.logback" % "logback-classic" % "1.5.3", "com.jcraft" % "jsch" % "0.1.55", - "org.typelevel" %% "cats-effect" % "3.6.2", + "org.typelevel" %% "cats-effect" % "3.6.3", "com.monovore" %% "decline" % "2.5.0", "com.monovore" %% "decline-effect" % "2.5.0", "org.scalameta" %% "munit" % "1.1.1" % Test