From bb1a5e3d676a691cd132d44c10d172b8d7d36c66 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 27 Mar 2026 00:21:24 +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 99a836a..c782fec 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val circeVersion = "0.14.14" val circeYamlVersionCompat212 = "0.15.2" val circeYamlVersionLatest = "0.16.1" -val scalaTestVersion = "3.2.19" +val scalaTestVersion = "3.2.20" val scalaCollectionCompatVersion = "2.11.0" excludeLintKeys in Global ++= Set(ideSkipProject)