propensive / rapture

Rapture
183 stars 39 forks source link

scalatest-dependency is exported #254

Open ShaneDelmore opened 7 years ago

ShaneDelmore commented 7 years ago

When I add the following dependency: "com.propensive" %% "rapture" % "2.0.0-M7" I end up with rapture-test in my compile scope which pulls scalatest 2.2.6 into my compile scope.

I have worked around it by excluding rapture-test explicitely.