Skip to content

Commit

Permalink
[internal] Upgrade toolchain pants plugin to 0.11.0 (pantsbuild#12069)
Browse files Browse the repository at this point in the history
* Added support for new remoting auth plugin APIs introdced in pantsbuild#12029
  • Loading branch information
asherf authored May 13, 2021
1 parent a2e7ecf commit 6fa054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backend_packages.add = [
]
plugins = [
"hdrhistogram", # For use with `--stats-log`.
"toolchain.pants.plugin==0.10.0",
"toolchain.pants.plugin==0.11.0",
]

# The invalidation globs cover the PYTHONPATH by default, but we exclude some files that are on the
Expand Down

0 comments on commit 6fa054d

Please sign in to comment.