From 4079b162221799f4d0e0242838fa504e91814a71 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:19:34 +0000 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.20.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2426312..1924944 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val catsEffectV = "3.5.0" val epimetheusV = "0.6.0-M3" val circuitV = "0.5.1" -val specs2V = "4.15.0" +val specs2V = "4.20.7" lazy val `epimetheus-circuit` = tlCrossRootProject .aggregate(core)