From 35a3abec9a839cda867f0827c5b0ecb1380d0fb6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 16:26:59 +0000 Subject: [PATCH] Update cats-effect-testkit to 3.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2b6de60..ce03687 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq( "co.fs2" %% "fs2-core" % "3.11.0", "org.scalameta" %% "munit" % "1.0.2" % Test, - "org.typelevel" %% "cats-effect-testkit" % "3.5.5" % Test + "org.typelevel" %% "cats-effect-testkit" % "3.5.6" % Test ) lazy val root =