From 89259f54f303b8fd76b2a79b6c0a09843eb31d24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 May 2022 07:29:15 +0200 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.3.12 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 1c60f715ee..6a78e02b7b 100644 --- a/build.sbt +++ b/build.sbt @@ -190,9 +190,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.11", - "org.typelevel" %%% "cats-effect-laws" % "3.3.11" % Test, - "org.typelevel" %%% "cats-effect-testkit" % "3.3.11" % Test, + "org.typelevel" %%% "cats-effect" % "3.3.12", + "org.typelevel" %%% "cats-effect-laws" % "3.3.12" % Test, + "org.typelevel" %%% "cats-effect-testkit" % "3.3.12" % Test, "org.scodec" %%% "scodec-bits" % "1.1.31", "org.typelevel" %%% "scalacheck-effect-munit" % "1.0.4" % Test, "org.typelevel" %%% "munit-cats-effect-3" % "1.0.7" % Test,