From 9423ffc50998df46cd334da093bd7dd7ab9c521b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:30:27 +0000 Subject: [PATCH] chore(deps): update dependency org.scalatest:scalatest to v3.2.18 (#1073) 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 84e0bf61..5ebe88ba 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val scalaV = "3.3.1" val catsV = "2.10.0" val catsParseV = "0.3.10" val monocleV = "3.1.0" -val scalaTestV = "3.2.17" +val scalaTestV = "3.2.18" val scalaTestScalaCheckV = "3.2.18.0" val sourcecodeV = "0.3.0" // Snapshot is used to get latest fixes