Skip to content

Commit aaa1dbe

Browse files
authored
Merge pull request #73 from borg286/patch-1
Update version and sha256 in extension.bzl
2 parents f075d2b + 7e1d7b1 commit aaa1dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ def _openapi_generator_impl(module_ctx):
1313

1414
_cli = tag_class(attrs = {
1515
"version": attr.string(
16-
default = "7.2.0",
16+
default = "7.17.0",
1717
),
1818
"sha256": attr.string(
19-
default = "1cf0c80de12c0fdc8594289c19e414b402108ef10b8dd0bfda1953151341ab5d",
19+
default = "25d6bd8273dd2be99979d544b62ea43f0ce1975f1aa582678b5093d1e7fcfce8",
2020
),
2121
"server_urls": attr.string_list(
2222
default = ["https://repo1.maven.org/maven2"],

0 commit comments

Comments
 (0)