Skip to content

Commit

Permalink
Update discipline-scalatest to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 11, 2022
1 parent dc5b101 commit 2e21d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ lazy val optics = crossProject(JSPlatform, JVMPlatform)
"io.circe" %%% "circe-generic" % circeVersion % Test,
"io.circe" %%% "circe-testing" % circeVersion % Test,
"org.scalatestplus" %%% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test
"org.typelevel" %%% "discipline-scalatest" % "2.2.0" % Test
),
ghpagesNoJekyll := true,
docMappingsApiDir := "api",
Expand Down

0 comments on commit 2e21d19

Please sign in to comment.