From 2a2393584a2f7deeb8820915698a97a9c0d4b1fd Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 00:24:09 +0000 Subject: [PATCH] Update cats-effect, cats-effect-testkit from 3.6.2 to 3.6.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2e8a92673..b00ae3284 100644 --- a/build.sbt +++ b/build.sbt @@ -4,8 +4,8 @@ ThisBuild / scalaVersion := scala3Version ThisBuild / organization := "com.baeldung" ThisBuild / organizationName := "core-scala" val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test" -val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2" -val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.2" % Test +val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3" +val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV val logback = "ch.qos.logback" % "logback-classic" % "1.5.18" val embedMongoVersion = "4.20.1"