We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fec6ab commit c298f63Copy full SHA for c298f63
docs/BUILD
@@ -60,7 +60,7 @@ plugins = {
60
"python": "v1.14.0",
61
"java": "v0.4.5",
62
"go": "v1.26.0",
63
- "cc": "v0.5.3",
+ "cc": "v0.5.4",
64
"shell": "v0.2.0",
65
"go-proto": "v0.3.0",
66
"python-proto": "v0.1.0",
plugins/BUILD
@@ -7,7 +7,7 @@ plugin_repo(
7
plugin_repo(
8
name = "cc",
9
plugin = "cc-rules",
10
- revision = "v0.5.3",
+ revision = "v0.5.4",
11
)
12
13
0 commit comments