Skip to content

Commit

Permalink
Merge pull request #35 from lucidsoftware/upgrade-jvm-external
Browse files Browse the repository at this point in the history
Upgrade rules_jvm_external
  • Loading branch information
tmccombs authored Sep 14, 2023
2 parents 41b7aaa + 938ffdc commit f2ab6e0
Show file tree
Hide file tree
Showing 9 changed files with 7,112 additions and 12,161 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ http_archive(
url = "https:/github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9/OpenJDK11U-jdk_x64_mac_hotspot_11.0.11_9.tar.gz",
)

rules_jvm_external_tag = "4.2"
rules_jvm_external_tag = "5.3"

http_archive(
name = "rules_jvm_external",
sha256 = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca",
sha256 = "6cc8444b20307113a62b676846c29ff018402fd4c7097fcd6d0a0fd5f2e86429",
strip_prefix = "rules_jvm_external-{}".format(rules_jvm_external_tag),
url = "https://github.com/bazelbuild/rules_jvm_external/archive/{}.zip".format(rules_jvm_external_tag),
)
Expand Down
504 changes: 266 additions & 238 deletions annex_2_12_install.json

Large diffs are not rendered by default.

796 changes: 364 additions & 432 deletions annex_3_install.json

Large diffs are not rendered by default.

11,140 changes: 3,835 additions & 7,305 deletions annex_install.json

Large diffs are not rendered by default.

481 changes: 201 additions & 280 deletions annex_proto_install.json

Large diffs are not rendered by default.

1,837 changes: 748 additions & 1,089 deletions annex_scalafmt_install.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ local_repository(
path = "../",
)

rules_jvm_external_tag = "4.2"
rules_jvm_external_tag = "5.3"

http_archive(
name = "rules_jvm_external",
sha256 = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca",
sha256 = "6cc8444b20307113a62b676846c29ff018402fd4c7097fcd6d0a0fd5f2e86429",
strip_prefix = "rules_jvm_external-{}".format(rules_jvm_external_tag),
url = "https://github.com/bazelbuild/rules_jvm_external/archive/{}.zip".format(rules_jvm_external_tag),
)
Expand Down
1,901 changes: 685 additions & 1,216 deletions tests/annex_test_2_12_install.json

Large diffs are not rendered by default.

2,606 changes: 1,009 additions & 1,597 deletions tests/annex_test_install.json

Large diffs are not rendered by default.

0 comments on commit f2ab6e0

Please sign in to comment.