Skip to content

Commit

Permalink
Sort globals (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored Sep 27, 2024
1 parent 5aad6a3 commit c5cea2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ GLOBALS = {

# This one works in the reverse, put in the version when the global symbol is removed.
LEGACY_GLOBALS = {
"ProtoInfo": "8.0.0",
"JavaInfo": "8.0.0",
"JavaPluginInfo": "8.0.0",
"ProtoInfo": "8.0.0",
"PyCcLinkParamsProvider": "8.0.0",
"PyInfo": "8.0.0",
"PyRuntimeInfo": "8.0.0",
"PyCcLinkParamsProvider": "8.0.0",
}

0 comments on commit c5cea2a

Please sign in to comment.