Skip to content

Commit

Permalink
Upgrade rules_jvm_external to 2.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkaehw authored May 7, 2019
1 parent 542e990 commit 64805b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ http_archive(
url = "https://github.com/lucidsoftware/rules_play_routes/archive/{}.zip".format(rules_play_routes_version),
)

RULES_JVM_EXTERNAL_TAG = "2.0.1"
RULES_JVM_EXTERNAL_TAG = "2.1"
http_archive(
name = "rules_jvm_external",
sha256 = "55e8d3951647ae3dffde22b4f7f8dee11b3f70f3f89424713debd7076197eaca",
sha256 = "515ee5265387b88e4547b34a57393d2bcb1101314bcc5360ec7a482792556f42",
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
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ http_archive(
url = "https://github.com/protocolbuffers/protobuf/archive/{}.zip".format(protobuf_version),
)

RULES_JVM_EXTERNAL_TAG = "2.0.1"
RULES_JVM_EXTERNAL_TAG = "2.1"
http_archive(
name = "rules_jvm_external",
sha256 = "55e8d3951647ae3dffde22b4f7f8dee11b3f70f3f89424713debd7076197eaca",
sha256 = "515ee5265387b88e4547b34a57393d2bcb1101314bcc5360ec7a482792556f42",
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
1 change: 1 addition & 0 deletions workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ def play_routes_repositories():
repositories = [
"http://central.maven.org/maven2",
],
fetch_sources = True,
)

0 comments on commit 64805b1

Please sign in to comment.