Getting some odd warnings on properties. Disabling the warnings for unblocking the release:
[warn] modules/scalacheck-toolbox-magic/src/test/scala/com/fortysevendeg/scalacheck/magic/MagicProperties.scala:29:53: unused value of type scala.collection.mutable.ListBuffer[(String, org.scalacheck.Prop)] (add `: Unit` to discard silently)
[warn] property("magic strings are generated correctly") = forAll(magicStrings) { s =>
Getting some odd warnings on properties. Disabling the warnings for unblocking the release: