From c3f28c3dcab5d039736257b63f1179813902b310 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 13:05:30 +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 1496a09..1208900 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ ThisBuild / libraryDependencies ++= Seq( "com.chuusai" %% "shapeless" % "2.3.10", "com.davegurnell" %% "unindent" % "1.8.0", "org.apache.commons" % "commons-text" % "1.9", - "org.scalatest" %% "scalatest" % "3.2.13" % Test, + "org.scalatest" %% "scalatest" % "3.2.19" % Test, "eu.timepit" %% "refined" % "0.10.1" % Provided, "eu.timepit" %% "refined-shapeless" % "0.10.1" % Provided )