From f2b5e89950298a789e837cb511ad60aefe3b1c87 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:33:19 +0200 Subject: [PATCH] ScalaSteward: Update scalatest from 3.2.18 to 3.2.19 (#460) Co-authored-by: Alfonso Roa --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 430f3220..4ba8d82c 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ lazy val core = project "com.chuusai" %% "shapeless" % "2.3.12", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", "com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test", - "org.scalatest" %% "scalatest" % "3.2.18" % "test" + "org.scalatest" %% "scalatest" % "3.2.19" % "test" ), // docs run / fork := true,