From 5c60e8c87575c3c800b48f3e515b8a96f319590a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:11:21 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 518efa7..f3b8c01 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -3,7 +3,7 @@ object Versions { def catsTestkit = "2.1.5" - def scalatest = "3.2.16" + def scalatest = "3.2.17" def scalatestPlus = "3.2.14.0"