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
That entails tweaking dependencies once again. Hold your breath:
* we can't upgrade to new version of partest because it's not been
released yet; we can't release it first because scalacheck is needed
* therefore we are using the M5 version and then we have to exclude
all transitive dependencies that were built against M5; one such
dependency would be scala-compiler itself
* since we excluded all transitive dependencies we need to bring some
back: we add diffutils and scala-compiler but M6 version
All newly added dependencies are in "test" scope. I verified that nothing
leaks to a pom.xml.
0 commit comments