typelevel / shapeless-contrib

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

Update to latest ScalaCheck #27

Closed erikkaplun closed 8 years ago

erikkaplun commented 9 years ago

I'm getting:

[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn]  * org.scalacheck:scalacheck_2.11:1.11.3 -> 1.12.1
[warn] Run 'evicted' to see detailed eviction warnings

with:

"org.scalacheck" %% "scalacheck" % "1.12.1",
"org.typelevel" %% "shapeless-scalacheck" % "0.3",

it was working fine with ScalaCheck 1.11.6.

alexarchambault commented 9 years ago

Note that https://github.com/alexarchambault/scalacheck-shapeless uses an up-to-date version of scalacheck.