From d80ddf07b78bfc3074e469311efca6910d520950 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 21 Sep 2025 00:08:51 +0000 Subject: [PATCH] Update cats-effect-testing-scalatest to 1.7.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a1682873..60c0ba09 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { val scalaTest: String = "3.2.18" - val catsEffectTesting: String = "1.5.0" + val catsEffectTesting: String = "1.7.0" } val fabric: ModuleID = "org.typelevel" %% "fabric-io" % version.fabric val profig: ModuleID = "com.outr" %% "profig" % version.profig