From 02a1265a7767321bc1de422b68a1a4afae58c707 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 23 Jun 2024 02:13:31 +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 2743a10..dd00327 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val unfilteredVersion = "0.12.0" libraryDependencies ++= Seq( "ws.unfiltered" %% "unfiltered-filter" % unfilteredVersion, "ws.unfiltered" %% "unfiltered-jetty" % unfilteredVersion, - "org.scalatest" %% "scalatest" % "3.2.18" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.typesafe" %% "mima-core" % "1.1.3", "org.scala-sbt" %% "io" % "1.10.0", "io.argonaut" %% "argonaut-scalaz" % "6.3.10",