From 124c1f3897afac98bbef828884fa7ed7cb2f97b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Mar 2026 02:13:35 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..75017e17 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.20" val scalacheckVersion = "1.15.2" val scalatestPlusScalacheckVersion = "3.2.3.0" val scalatestPlusJunitVersion = "3.2.16.0"