From afc8b28a6ba3c38f73e0a986f10caf7a264f8d82 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:33:36 -0500 Subject: [PATCH] Update scalatest-funsuite to 3.2.19 (#634) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44aa4e9b..41dd2b76 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) moduleName := "paiges-core", libraryDependencies ++= Seq( "org.scalatestplus" %%% "scalacheck-1-18" % "3.2.19.0" % Test, - "org.scalatest" %%% "scalatest-funsuite" % "3.2.18" % Test + "org.scalatest" %%% "scalatest-funsuite" % "3.2.19" % Test ), // TODO: 2.13 has warnings for using Stream, but scalacheck Shrink tlFatalWarnings := scalaVersion.value.startsWith("2.12."),