From f23abdab10c3efe4ccbd576ac9a0b60576ffc314 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 4 Apr 2022 03:17:00 +0200 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.3.10 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b175f81a51..b721b1e57f 100644 --- a/build.sbt +++ b/build.sbt @@ -189,9 +189,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.9", - "org.typelevel" %%% "cats-effect-laws" % "3.3.9" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.3.9" % Test, + "org.typelevel" %%% "cats-effect" % "3.3.10", + "org.typelevel" %%% "cats-effect-laws" % "3.3.10" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.3.10" % 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,