[upstream_utils] Update catch2 to 3.15.0 (#8955)

This commit is contained in:
Peter Johnson
2026-06-05 20:34:20 -07:00
committed by GitHub
parent 96fb033deb
commit 88d8369751
48 changed files with 363 additions and 320 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.14.0"
tag = "v3.15.0"
patch_options = {
"ignore_whitespace": True,