From 0fcba61aebaeb6c07516df7343933bfffc80bbaf Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:15:05 +0000 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.20.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 60e9778..36de4cf 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val catsEffectV = "3.3.14" val log4catsV = "2.3.2" -val specs2V = "4.20.0" +val specs2V = "4.20.4" lazy val `epimetheus-log4cats` = project.in(file(".")) .disablePlugins(MimaPlugin)