mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
[upstream_utils] Upgrade to json 3.11.3 (#6807)
This commit is contained in:
@@ -12,7 +12,7 @@ from upstream_utils import (
|
||||
|
||||
|
||||
def main():
|
||||
upstream_root = clone_repo("https://github.com/nlohmann/json", "v3.11.2")
|
||||
upstream_root = clone_repo("https://github.com/nlohmann/json", "v3.11.3")
|
||||
wpilib_root = get_repo_root()
|
||||
wpiutil = os.path.join(wpilib_root, "wpiutil")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user