From f5ef9dff5a2676820f1c450109535f01bbadfbc9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:11:13 +0100 Subject: [PATCH] Update scalatest_3 to 3.2.17 (#794) * Update scalatest_3 to 3.2.17 * Revert commit(s) 62c76a50 * Update scalatest_3 to 3.2.17 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index eeeea15d..0a5ea99d 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -8,7 +8,7 @@ object Build extends AutoPlugin { val org = "com.sksamuel.avro4s" val AvroVersion = "1.11.3" val Log4jVersion = "1.2.17" - val ScalatestVersion = "3.2.16" + val ScalatestVersion = "3.2.17" val Slf4jVersion = "2.0.9" val Json4sVersion = "3.6.11" val CatsVersion = "2.7.0"