From 2f02eb4a58e6ec54b4c579e671f478f9111fbe73 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:54:03 +0200 Subject: [PATCH] Update scalatest to 3.2.19 (#1709) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3be59ca3a..41d89c255 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -18,7 +18,7 @@ object Dependencies { val cats = "2.6.1" val mockito = "5.12.0" val munit = "1.0.0" - val scalaTest = "3.2.18" + val scalaTest = "3.2.19" val scalaTestPlusMockito = "3.1.0.0" val scalaTestPlusScalaCheck = "3.2.18.0" val utest = "0.7.10"