kevin-lee / scala-hedgehog-extra   0.13.0

MIT License GitHub
Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.5

scala-hedgehog-extra

Build Status Build Status codecov

hedgehog-extra-core

"io.kevinlee" %% "hedgehog-extra-core" % "0.13.0"

For Scala.js and Scala Native,

"io.kevinlee" %%% "hedgehog-extra-core" % "0.13.0"

hedgehog-extra-refined

"io.kevinlee" %% "hedgehog-extra-refined" % "0.13.0"

For Scala.js,

"io.kevinlee" %%% "hedgehog-extra-refined" % "0.13.0"

hedgehog-extra-refined4s

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.13.0"

For Scala.js and Scala Native,

"io.kevinlee" %%% "hedgehog-extra-refined4s" % "0.13.0"