From ca9bfa03e016cb6794c009ee7094a020ff90ccfc Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:16:29 +0200 Subject: [PATCH] Update scalatest to 3.2.19 (#5613) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 9eb20c0431..78ed5eca0e 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -15,7 +15,7 @@ object Deps { val avalonLoggingV = "20020627" val scalacheck = "1.18.0" - val scalaTest = "3.2.18" // https://www.scalatest.org/ + val scalaTest = "3.2.19" // https://www.scalatest.org/ val scalaTestPlus = "3.2.18.0" // super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/