From f1ff6240ed744e3d36155914fb10bf03e40a7687 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 09:25:56 +0000 Subject: [PATCH] Update cats-effect-testing-specs2 to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02c4f83..de8a9c6 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.4.0" % Test)) lazy val benchmarks = project.in(file("benchmarks")) .dependsOn(core)