From 5b1e7d23e36d819da2cbae0c67f20696eda47a7a Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 8 Dec 2024 00:08:56 +0000 Subject: [PATCH] Update cats-effect-testing-scalatest to 1.6.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a1682873..253f0d24 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.6.0" } val fabric: ModuleID = "org.typelevel" %% "fabric-io" % version.fabric val profig: ModuleID = "com.outr" %% "profig" % version.profig