Skip to content

Commit

Permalink
Merge pull request #40 from bazeltools/eyokota/2023-10-bump
Browse files Browse the repository at this point in the history
Jar Jar Abrams 0.11.0
  • Loading branch information
eed3si9n authored Oct 9, 2023
2 parents 6c473dd + 262835c commit 4e7bf26
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.10.0/jarjar-abrams-assembly_2.12-1.10.0.jar",
sha256 = "d380361374e4a367e2e7f322b4c56c825c15b29f3567ee67bc9d6c07c5bb97ba",
path = "/com/eed3si9n/jarjarabrams/jarjar-abrams-assembly_2.12/1.11.0/jarjar-abrams-assembly_2.12-1.11.0.jar",
sha256 = "114478b75fd0fb4f595f19f5dc05cfe6744a449b12f7f6ea15543e2ce10d9266",
servers = servers,
)
_http_jar_with_servers(
Expand Down

0 comments on commit 4e7bf26

Please sign in to comment.