Skip to content

Commit

Permalink
Update jarjar-abrams version to 1.13.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
acourtneybrown authored Jan 18, 2024
1 parent bde9c67 commit 57067a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jar_jar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def _http_jar_with_servers(name, path, sha256, servers):
def jar_jar_repositories(servers=["https://repo1.maven.org/maven2"]):
_http_jar_with_servers(
name = "jvm__jarjar_abrams_assembly",
path = "/com/eed3si9n/jarjarabrams/jarjar-abrams-assembly_2.12/1.11.0/jarjar-abrams-assembly_2.12-1.11.0.jar",
sha256 = "114478b75fd0fb4f595f19f5dc05cfe6744a449b12f7f6ea15543e2ce10d9266",
path = "/com/eed3si9n/jarjarabrams/jarjar-abrams-assembly_2.12/1.13.1/jarjar-abrams-assembly_2.12-1.13.1.jar",
sha256 = "8e6492fd22fad431317c6810d8e10bd49844c1569a7f0de848bd8f536637a409",
servers = servers,
)
_http_jar_with_servers(
Expand Down

0 comments on commit 57067a1

Please sign in to comment.