From 20ad2d2bdf2849c7d1d5fb029b1d4098ad31bf38 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 00:25:25 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6e0691..0aa7f468 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val scalaLoggingVersion = "3.9.5" val logbackClassicVersion = "1.4.14" val declineVersion = "2.4.1" val pureConfigVersion = "0.17.5" -val scalaTestVersion = "3.2.17" +val scalaTestVersion = "3.2.18" val scalaTestScalaCheckVersion = s"$scalaTestVersion.0" val pekkoStreamCirceVersion = "1.0.0" val diffxVersion = "0.9.0"