From 5c179eeba50fdd902d1b79a9c24fffefa36cf1c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 May 2024 13:22:07 +0000 Subject: [PATCH] Update discipline-scalatest to 2.3.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ae653bd..dc2fb13 100644 --- a/build.sbt +++ b/build.sbt @@ -106,7 +106,7 @@ lazy val pattern = crossProject(JSPlatform, JVMPlatform) "io.circe" %%% "circe-generic" % circeVersion % Test, "io.circe" %%% "circe-testing" % circeVersion % Test, "org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test, - "org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test + "org.typelevel" %%% "discipline-scalatest" % "2.3.0" % Test ), ghpagesNoJekyll := true, docMappingsApiDir := "api", @@ -133,7 +133,7 @@ lazy val droste = crossProject(JVMPlatform) "io.higherkindness" %%% "droste-core" % drosteVersion, "io.higherkindness" %%% "droste-laws" % drosteVersion % Test, "org.scalatestplus" %%% "scalacheck-1-15" % "3.2.11.0" % Test, - "org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test + "org.typelevel" %%% "discipline-scalatest" % "2.3.0" % Test ), ghpagesNoJekyll := true, docMappingsApiDir := "api",