From 84e7d2a0eacd5d96000438569bde90a94a77ea5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 04:40:49 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 6c92cef..2ae9000 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -3,7 +3,7 @@ import sbt._ object Deps { object V { val iteratee = "0.19.0" - val scalaTest = "3.1.4" + val scalaTest = "3.2.19" val scalaTestPlusCheck = "3.2.2.0" val scalaCheck = "1.15.1" }