From 32dee38e42e58081d1788a313b9dd2804421bccf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 16:13:06 +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 6f86afc..16c8583 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ val root = project "io.circe" %% "circe-testing" % circeVersion % Test, "org.typelevel" %% "spire" % spireVersion, "org.typelevel" %% "spire-laws" % spireVersion % Test, - "org.scalatest" %% "scalatest" % "3.2.11" % Test, + "org.scalatest" %% "scalatest" % "3.2.18" % Test, "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test ), ghpagesNoJekyll := true,