Skip to content

Commit

Permalink
Update platforms to 0.0.7
Browse files Browse the repository at this point in the history
Requires adding a dep on `rules_license`.
  • Loading branch information
fmeum committed Aug 29, 2023
1 parent 5c1d153 commit c1521ec
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions jni/internal/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,20 @@ Currently, rules_jni depends on:
maybe(
http_archive,
name = "platforms",
sha256 = "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
],
)

# https://github.com/bazelbuild/platforms/issues/66
maybe(
http_archive,
name = "rules_license",
sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz",
],
)

0 comments on commit c1521ec

Please sign in to comment.