Skip to content

Commit

Permalink
Update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari committed Oct 9, 2023
1 parent 641f56c commit c658753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ genrule(

# Plugin versions to pull the docs from
plugins = {
"python": "v1.4.1",
"python": "v1.5.1",
"java": "v0.3.0",
"go": "v1.9.0",
"go": "v1.9.1",
"cc": "v0.4.0",
"shell": "v0.2.0",
"go-proto": "v0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.8.0",
revision = "v1.9.1",
)

plugin_repo(
Expand All @@ -19,5 +19,5 @@ plugin_repo(
plugin_repo(
name = "python",
plugin = "python-rules",
revision = "v1.2.4",
revision = "v1.5.0",
)

0 comments on commit c658753

Please sign in to comment.