bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

Fix: Scala HTTP Maven error #408

Closed sgammon closed 4 years ago

sgammon commented 4 years ago

This PR fixes and closes #407, wherein, the build breaks because it references a rules_scala version that accesses Maven Central via HTTP. After late Jan 2020, HTTP is no longer allowed on Maven Central, so it produces a build error for anyone who doesn't have the artifact cached already.

The only change is upgrading rules_scala to the latest HEAD, which at this time is bazelbuild/rules_scala@d2e7e3b.