We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f075d2b + 7e1d7b1 commit aaa1dbeCopy full SHA for aaa1dbe
extension.bzl
@@ -13,10 +13,10 @@ def _openapi_generator_impl(module_ctx):
13
14
_cli = tag_class(attrs = {
15
"version": attr.string(
16
- default = "7.2.0",
+ default = "7.17.0",
17
),
18
"sha256": attr.string(
19
- default = "1cf0c80de12c0fdc8594289c19e414b402108ef10b8dd0bfda1953151341ab5d",
+ default = "25d6bd8273dd2be99979d544b62ea43f0ce1975f1aa582678b5093d1e7fcfce8",
20
21
"server_urls": attr.string_list(
22
default = ["https://repo1.maven.org/maven2"],
0 commit comments