From 02e7810b5c4b96622d9f0c0d9fad4b19b261e2fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 17:19:15 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1496a09..7a542cf 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.18" % Test, "eu.timepit" %% "refined" % "0.10.1" % Provided, "eu.timepit" %% "refined-shapeless" % "0.10.1" % Provided )