Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Scala HTTP Maven error #408

Merged
merged 1 commit into from
Jan 28, 2020
Merged

Conversation

sgammon
Copy link
Contributor

@sgammon sgammon commented Jan 28, 2020

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.

This PR fixes and closes bazelbuild#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.
@joshbruning joshbruning merged commit 917e68f into bazelbuild:master Jan 28, 2020
sgammon pushed a commit to sgammon/rules_webtesting that referenced this pull request Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot build //... with Bazel 2.0.0
3 participants