From 12d7b2a633c3ab3d2cf6eadec1c4c999f5f36619 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Jul 2025 15:27:33 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.6.2 --- build.sbt | 2 +- project/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9cc5812..2867ccb 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ ThisBuild / tlFatalWarnings := false lazy val scalajsDomVersion = "2.8.0" lazy val circeVersion = "0.14.10" lazy val catsVersion = "2.12.0" -lazy val catsEffectVersion = "3.5.7" +lazy val catsEffectVersion = "3.6.2" lazy val fs2Version = "3.11.0" lazy val kindProjectorVersion = "0.13.3" lazy val http4sDomVersion = "0.2.11" diff --git a/project/build.sbt b/project/build.sbt index b9dc9e5..018c1ba 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,4 +1,4 @@ libraryDependencies ++= Seq( "com.raquo" %% "domtypes" % "18.1.0", - "org.typelevel" %% "cats-effect" % "3.5.7" + "org.typelevel" %% "cats-effect" % "3.6.2" )