From 632211b5451ac2f9cfc797383442a8f58e3f003f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:36:38 +0000 Subject: [PATCH] chore(deps): update dependency org.scalatest:scalatest to v3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce9aa67..6fb0a1f 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.18", "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0", ).map(_ % "test")