Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benhutchison/9353b7ff96ace04f488f7fb884c8b7e1 to your computer and use it in GitHub Desktop.
Save benhutchison/9353b7ff96ace04f488f7fb884c8b7e1 to your computer and use it in GitHub Desktop.
Alleycats SBT> whatDependsOn Scalacheck 0.12.x vs 0.13.x
> testsJVM/whatDependsOn org.scalacheck scalacheck_2.11 1.12.5
[info] org.scalacheck:scalacheck_2.11:1.12.5 (evicted by: 1.13.1)
[info] +-org.spire-math:algebra-laws_2.11:0.4.2 [S]
[info] | +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] | +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info]
[success] Total time: 3 s, completed 21/06/2016 9:30:10 AM
> testsJVM/whatDependsOn org.scalacheck scalacheck_2.11 1.13.1
[info] org.scalacheck:scalacheck_2.11:1.13.1 [S]
[info] +-org.spire-math:algebra-laws_2.11:0.4.2 [S]
[info] | +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] | +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] | +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:discipline_2.11:0.5 [S]
[info] +-org.spire-math:algebra-laws_2.11:0.4.2 [S]
[info] | +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] | +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] | +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] |
[info] +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info] +-org.typelevel:cats-laws_2.11:0.5.0 [S]
[info] +-org.typelevel:alleycats-laws_2.11:0.1.6-SNAPSHOT [S]
[info] +-org.typelevel:alleycats-tests_2.11:0.1.6-SNAPSHOT [S]
[info]
[success] Total time: 0 s, completed 21/06/2016 9:30:20 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment