From 9444ce745af826a28f04c3ebe9a81a689b1be4b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:02:50 +0000 Subject: [PATCH] chore(deps): update dependency org.scalatestplus:scalacheck-1-17 to v3.2.18.0 (#1074) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 921563cb6..84e0bf618 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val catsV = "2.10.0" val catsParseV = "0.3.10" val monocleV = "3.1.0" val scalaTestV = "3.2.17" -val scalaTestScalaCheckV = "3.2.17.0" +val scalaTestScalaCheckV = "3.2.18.0" val sourcecodeV = "0.3.0" // Snapshot is used to get latest fixes val fs2V = "3.10-365636d"