[upstream_utils] Upgrade to Catch2 3.15.1 (#8994)

This commit is contained in:
Tyler Veness
2026-06-19 06:40:13 -07:00
committed by GitHub
parent 0662a78892
commit e92478c212
5 changed files with 67 additions and 67 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.15.0"
tag = "v3.15.1"
patch_options = {
"ignore_whitespace": True,