From cd863ff246e04ba0c8f1b80d5916f22c9ae9befb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:30:26 +0300 Subject: [PATCH] chore(deps): update dependency org.scalatest:scalatest to v3.2.17 (#877) 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 b2b4e793..1346a2cc 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,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.16" +val scalaTestV = "3.2.17" val fs2V = "3.9.1" val catsEffectV = "3.6-1f95fd7" val declineV = "2.3.0"