From 58223f89620b46ebb08ffac984bcad19b4fa4cd5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:26:02 +0200 Subject: [PATCH] Update scalatest to 3.2.19 (#433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Javier Montón <32640454+JavierMonton@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c7e23e8..5e7f46b7 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ lazy val jsonCirceDependencies = Seq( "io.circe" %% "circe-parser" ).map(_ % circeVersion) -lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" +lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" //Project settings lazy val root = (project in file("."))