Skip to content

Fix: Scala HTTP Maven error (#408)#1

Merged
sgammon merged 1 commit intosgammon:masterfrom
bazelbuild:master
Feb 19, 2020
Merged

Fix: Scala HTTP Maven error (#408)#1
sgammon merged 1 commit intosgammon:masterfrom
bazelbuild:master

Conversation

@sgammon
Copy link
Owner

@sgammon sgammon commented Feb 19, 2020

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.

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.
@sgammon sgammon merged commit b861fa9 into sgammon:master Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot build //... with Bazel 2.0.0

1 participant