From db0b9f928806b9c55d1cd3270831cbc178159b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 03:13:13 +0000 Subject: [PATCH] chore(deps): update dependency org.scalatest:scalatest to v3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce9aa67..7ac9b9a 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ val providedDependencies = Seq( val testDependencies = Seq( "org.scalamock" %% "scalamock" % "4.4.0", - "org.scalatest" %% "scalatest" % "3.2.17", + "org.scalatest" %% "scalatest" % "3.2.19", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0", ).map(_ % "test")