From 782ad6911641ee4a65001128351b5197c4812993 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:00:30 +0100 Subject: [PATCH] Update scalatest to 3.2.17 (#456) * Update scalatest to 3.2.17 * Revert commit(s) e721a63 * 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 85a1e52b..c81b5b9a 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,7 +1,7 @@ object V { // foundation - val scalatest = "3.2.16" + val scalatest = "3.2.17" val http4s = "0.23.23" val http4s_blaze = "0.23.15"