Have question about how alleycats modules are supposed to work..
sbt> +publishLocal
of 1.1.6 SNAPSHOT which publishes core & laws, but not tests"org.typelevel" %% "alleycats" % "0.1.6-SNAPSHOT"
as per README. But this pulls in the root project, which refs the unpublished tests
project as a dependency . Hence [warn] :: org.typelevel#alleycats-tests_2.11;0.1.6-SNAPSHOT: not found
This problem ought to be happening for 1.1.5 in the wild as well. Why no complaints, is no one using alleycats yet?