From c729c906a1008e33ae6f2776f26269021996fcbe Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:34:59 +0100 Subject: [PATCH] Update scalatest to 3.2.15 (#4947) --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index f25993bc6f..88cbed3d8f 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -15,7 +15,7 @@ object Deps { val grizzledSlf4j = "1.3.4" val scalacheck = "1.17.0" - val scalaTest = "3.2.14" //https://www.scalatest.org/ + val scalaTest = "3.2.15" //https://www.scalatest.org/ val scalaTestPlus = "3.2.12.0-RC2" //super annoying... https://oss.sonatype.org/content/groups/public/org/scalatestplus/