Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Fix: Scala HTTP Maven error#408

Merged
joshbruning merged 1 commit intobazelbuild:masterfrom
sgammon:fix/scala-http
Jan 28, 2020
Merged

Fix: Scala HTTP Maven error#408
joshbruning merged 1 commit intobazelbuild:masterfrom
sgammon:fix/scala-http

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 bazel-contrib/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 bazel-contrib/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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot build //... with Bazel 2.0.0

3 participants