bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 122 forks source link

Update coursier. #236

Closed uri-canva closed 5 years ago

uri-canva commented 5 years ago

This updates coursier to 1.1.0-M10 to pick up https://github.com/coursier/coursier/commit/08d0375f7e0e413867b831414b0298146095dda2 which fixes part of https://github.com/coursier/coursier/issues/1003 which prevents coursier from getting blacklisted on Maven Central.

Only test that isn't passing on my machine is //test/scala/com/github/johnynek/bazel_deps:coursier_test but it's not passing on master either so I don't know how to fix it, but I've ran ./gen_maven_deps.sh generate -r `pwd` -s 3rdparty/workspace.bzl -d dependencies.yaml and it worked.

johnynek commented 5 years ago

Thank you for the PR!