From f1c7a33e83b69c5d52c47c5b5cc2283c1dc25f75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 28 Feb 2022 08:37:17 +0100 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.3.6 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 84981eb67b..290655594b 100644 --- a/build.sbt +++ b/build.sbt @@ -188,9 +188,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.7.0", "org.typelevel" %%% "cats-laws" % "2.7.0" % Test, - "org.typelevel" %%% "cats-effect" % "3.3.5", - "org.typelevel" %%% "cats-effect-laws" % "3.3.5" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.3.5" % Test, + "org.typelevel" %%% "cats-effect" % "3.3.6", + "org.typelevel" %%% "cats-effect-laws" % "3.3.6" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.3.6" % Test, "org.scodec" %%% "scodec-bits" % "1.1.30", "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.3" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,