Skip to content

Commit

Permalink
Update discipline-scalatest to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 25, 2024
1 parent f503d9b commit 5c179ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5c179ee

Please sign in to comment.