From 8acbc3cf8b8980cb3875a80482d6810ee069bd90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Apr 2022 05:09:05 +0200 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.3.11 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 847aa5f5..fd855e6a 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.scalacheck" %%% "scalacheck" % "1.15.4", "org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test, - "org.typelevel" %%% "cats-effect" % "3.3.6" % Test, + "org.typelevel" %%% "cats-effect" % "3.3.11" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test ) ) @@ -70,7 +70,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "literally" % "1.0.2", "org.typelevel" %%% "cats-core" % "2.7.0", - "org.typelevel" %%% "cats-effect-kernel" % "3.3.6" + "org.typelevel" %%% "cats-effect-kernel" % "3.3.11" ) )