"io.kevinlee" %% "hedgehog-extra-core" % "0.11.0"
For Scala.js,
"io.kevinlee" %%% "hedgehog-extra-core" % "0.11.0"
"io.kevinlee" %% "hedgehog-extra-refined" % "0.11.0"
For Scala.js,
"io.kevinlee" %%% "hedgehog-extra-refined" % "0.11.0"
For Scala 3, you have the option to use refined4s
in place of newtype
and refined
, along with the support for refined4s
provided by hedgehog-extra
.
"io.kevinlee" %% "hedgehog-extra-refined4s" % "0.11.0"
For Scala.js,
"io.kevinlee" %%% "hedgehog-extra-refined4s" % "0.11.0"