You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: