From 227869777991cd3e313befbf9cdbf03e510824f2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 24 Jun 2024 00:17:28 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9701840..fddeaa3 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.19" % "test", "com.softwaremill.odelay" %%% "odelay-core" % "0.4.0", "org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0" )