From 9761b2fdd5dfe08e596587cba4fcbf85c21b28f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Mar 2026 18:34:57 +0000 Subject: [PATCH] Update scalatest to 3.2.20 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8a95645..18c6e5a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { - val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" + val scalatest = "org.scalatest" %% "scalatest" % "3.2.20" val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.43.6" val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7" val scassandra = "com.evolutiongaming" %% "scassandra" % "5.4.0"