From a27b12a5d1ccd490aa238ea449c538dcd26161cb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 19:16:20 +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 ad2dfc67..d1b52891 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ lazy val commonDependencies = Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "provided;optional", // For testing ... "ch.qos.logback" % "logback-classic" % "1.2.11" % "test", - "org.scalatest" %% "scalatest" % "3.0.9" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test", "org.scalacheck" %% "scalacheck" % "1.15.2" % "test") )