Skip to content

Commit

Permalink
Update java_stub_template archive URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrosen-stripe committed Apr 30, 2019
1 parent f6fdc4a commit 748556f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ def scala_repositories(
if native.existing_rule("java_stub_template") == None:
http_archive(
name = "java_stub_template",
sha256 = "1859a37dccaee8c56b98869bf1f22f6f5b909606aff74ddcfd59e9757a038dd5",
urls = ["https://github.com/bazelbuild/rules_scala/archive/8b8271e3ee5709e1340b19790d0b396a0ff3dd0f.tar.gz"],
strip_prefix = "rules_scala-8b8271e3ee5709e1340b19790d0b396a0ff3dd0f/java_stub_template",
sha256 = "540f14321e19e0ac519731fbace9e7ba23c82fe369dc0dd12f9d5b2021fbc367",
urls = ["https://github.com/bazelbuild/rules_scala/archive/8b77258c0e9fab2804769abd4776555022de4fe2.zip"],
strip_prefix = "rules_scala-8b77258c0e9fab2804769abd4776555022de4fe2/java_stub_template",
)

native.bind(
Expand Down

0 comments on commit 748556f

Please sign in to comment.