From 594928ddde07f50a360afe03367206591ddd4e0c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 27 Mar 2026 00:34:46 +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 9701840..394a9a9 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val retry = (projectMatrix in file("retry")) description := "a library of simple primitives for asynchronously retrying Scala Futures", libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest" % "3.2.18" % "test", + "org.scalatest" %%% "scalatest" % "3.2.20" % "test", "com.softwaremill.odelay" %%% "odelay-core" % "0.4.0", "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" )