From 674b89ea041b2dc49b8e0e65e4fed1b4b93bbd27 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:22:59 +0000 Subject: [PATCH] Update cats-effect-testing-specs2 to 1.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02c4f83..760afdc 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val core = project.in(file("core")) "com.comcast" %% "ip4s-core" % "3.0.3", "co.fs2" %% "fs2-core" % Fs2Version, - "org.typelevel" %% "cats-effect-testing-specs2" % "1.3.0" % Test)) + "org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test)) lazy val benchmarks = project.in(file("benchmarks")) .dependsOn(core)