From b06ec45424d394230442b96907de11a796da85fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 11:19:42 +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 c5172151..3ebc931a 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.18" val scalacheckVersion = "1.15.2" val scalatestPlusScalacheckVersion = "3.2.3.0" val scalatestPlusJunitVersion = "3.2.16.0"