typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Bump ScalaCheck to 1.13.0 #144

Closed adelbertc closed 7 years ago

adelbertc commented 8 years ago

Pending non-SNAPSHOT release of https://github.com/scalatest/scalatest/issues/837 and https://github.com/typelevel/discipline/pull/17

adelbertc commented 8 years ago

How do folks feel about depending on a SNAP release (effectively a stable SNAPSHOT if I understand correctly) for ScalaCheck? Discipline has it merged: https://github.com/typelevel/discipline/pull/17#issuecomment-208167297

Or we can wait for a final release: https://github.com/scalatest/scalatest/issues/837#issuecomment-200549889

kailuowang commented 8 years ago

As a user, I vote for depending on the SNAP release of ScalaCheck.

johnynek commented 8 years ago

-1 on SNAP. Can we not do that?

adelbertc commented 8 years ago

Yeah we can just wait for a stable one to be cut, mostly made this to help me track in progress things On Apr 20, 2016 12:24, "P. Oscar Boykin" notifications@github.com wrote:

-1 on SNAP. Can we not do that?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/non/algebra/pull/144#issuecomment-212568495

ghost commented 7 years ago

Looks like it should now be 1.13.2, as in https://github.com/typelevel/cats/pull/1345

Also, :

 "org.scalacheck" %%% "scalacheck" % "1.13.2",
 "org.typelevel" %%% "discipline" % "0.7",
 "org.scalatest" %%% "scalatest" % "3.0.0" % "test"

In return, you may find you get 2.12.0-RC1 coming your way pretty soon.

( you will also need https://github.com/typelevel/catalysts/issues/2 - and that's itching to go :smile: )

denisrosset commented 7 years ago

This can be closed as it is super-ceded by #184