Skip to content

kevin-lee/scala-hedgehog-extra

Repository files navigation

scala-hedgehog-extra

Build Status Build Status codecov

hedgehog-extra-core

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

For Scala.js,

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

hedgehog-extra-refined

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

For Scala.js,

"io.kevinlee" %%% "hedgehog-extra-refined" % "0.11.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.11.0"

For Scala.js,

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