We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40748fd + 85d3bdc commit d8b07cdCopy full SHA for d8b07cd
build.sbt
@@ -108,7 +108,7 @@ lazy val derivation = crossProject(JSPlatform, JVMPlatform)
108
"io.circe" %%% "circe-parser" % circeVersion % Test,
109
"io.circe" %%% "circe-testing" % circeVersion % Test,
110
"org.scalatestplus" %%% "scalacheck-1-14" % "3.2.2.0" % Test,
111
- "org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test
+ "org.typelevel" %%% "discipline-scalatest" % "2.3.0" % Test
112
),
113
ghpagesNoJekyll := true,
114
docMappingsApiDir := "api"
0 commit comments