[upstream_utils] Upgrade to Catch2 3.14.0 (#8757)

This commit is contained in:
Tyler Veness
2026-04-11 13:51:34 -07:00
committed by GitHub
parent 2102a543d1
commit 8e72d17770
64 changed files with 1177 additions and 474 deletions

View File

@@ -49,7 +49,7 @@ def copy_upstream_src(wpilib_root: Path):
def main():
name = "catch2"
url = "https://github.com/catchorg/Catch2.git"
tag = "v3.10.0"
tag = "v3.14.0"
patch_options = {
"ignore_whitespace": True,