47degrees / scalacheck-toolbox

A helping hand for generating sensible data with ScalaCheck
https://47degrees.github.io/scalacheck-toolbox/
Apache License 2.0
120 stars 7 forks source link

Bump deps #400

Closed fedefernandez closed 1 year ago

fedefernandez commented 1 year ago

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 =>