Skip to content

Commit

Permalink
Merge pull request #51 from lucidsoftware/jaredneil-jvm-external-4-2
Browse files Browse the repository at this point in the history
Upgrade rules_jvm_external to 4.2
  • Loading branch information
JaredNeil authored Apr 12, 2022
2 parents 4e94fc8 + 49d20b9 commit d4745a4
Show file tree
Hide file tree
Showing 7 changed files with 4,665 additions and 4,796 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ workspace(name = "io_bazel_rules_play_routes")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# rules_jvm_external
RULES_JVM_EXTERNAL_TAG = "3.2"
RULES_JVM_EXTERNAL_TAG = "4.2"
http_archive(
name = "rules_jvm_external",
sha256 = "82262ff4223c5fda6fb7ff8bd63db8131b51b413d26eb49e3131037e79e324af",
sha256 = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca",
strip_prefix = "rules_jvm_external-{}".format(RULES_JVM_EXTERNAL_TAG),
type = "zip",
url = "https://github.com/bazelbuild/rules_jvm_external/archive/{}.zip".format(RULES_JVM_EXTERNAL_TAG),
Expand Down
442 changes: 222 additions & 220 deletions play_2_5_routes_compiler_cli_install.json

Large diffs are not rendered by default.

644 changes: 319 additions & 325 deletions play_2_6_routes_compiler_cli_install.json

Large diffs are not rendered by default.

594 changes: 295 additions & 299 deletions play_2_7_routes_compiler_cli_install.json

Large diffs are not rendered by default.

642 changes: 322 additions & 320 deletions play_2_8__2_12_routes_compiler_cli_install.json

Large diffs are not rendered by default.

642 changes: 322 additions & 320 deletions play_2_8__2_13_routes_compiler_cli_install.json

Large diffs are not rendered by default.

6,493 changes: 3,183 additions & 3,310 deletions play_routes_test_install.json

Large diffs are not rendered by default.

0 comments on commit d4745a4

Please sign in to comment.