mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Upgrade to Catch2 3.14.0 (#8757)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user