typelevel / shapeless-contrib

Interoperability libraries for Shapeless
MIT License
77 stars 20 forks source link

Update dependencies, particularly ScalaCheck for bin compatibility reasons #40

Closed andrewkerr9000 closed 7 years ago

andrewkerr9000 commented 7 years ago

Motivation is that ScalaCheck 1.12.x is not binary compatible with ScalaCheck 1.13.x, so shapeless-scalacheck is not usable in a 1.13.x project. This required updating other dependencies, including spire.

Also update Scala, SBT, ScalaTest, Shapeless while I'm at it. Leaves scalaz and specs2 and most of the plugins at previous versions.

larsrh commented 7 years ago

Thanks! Would you like a new release with these changes?

andrewkerr9000 commented 7 years ago

I release would be welcome, thanks.

larsrh commented 7 years ago

0.6 is on its way to Maven Central.