From c76812a54ac84d4331c0f6795b084811102fa230 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 07:14:20 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..bb780532 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import com.typesafe.sbt.osgi.SbtOsgi.autoImport._ import bijection._ val twitterLibVersion = "21.2.0" -val scalatestVersion = "3.2.16" +val scalatestVersion = "3.2.17" val scalacheckVersion = "1.15.2" val scalatestPlusScalacheckVersion = "3.2.3.0" val scalatestPlusJunitVersion = "3.2.16.0"