From ef3859a90dfc025f528d3a551f91c103f1086384 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:15:11 +0200 Subject: [PATCH] Update scalatest to 3.2.17 --------- Co-authored-by: aiven-scala-steward[bot] <143503567+aiven-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00521294..f70bc2b2 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val scalaLoggingVersion = "3.9.5" val logbackClassicVersion = "1.4.11" val declineVersion = "2.4.1" val pureConfigVersion = "0.17.4" -val scalaTestVersion = "3.2.16" +val scalaTestVersion = "3.2.17" val scalaTestScalaCheckVersion = s"$scalaTestVersion.0" val pekkoStreamCirceVersion = "1.0.0" val diffxVersion = "0.8.3"