diff --git a/WORKSPACE b/WORKSPACE index 3cba5bcd224..97a72aebdca 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -108,9 +108,9 @@ onedal_repo( http_archive( name = "catch2", - url = "https://github.com/catchorg/Catch2/archive/v3.6.0.tar.gz", - sha256 = "485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356", - strip_prefix = "Catch2-3.6.0", + url = "https://github.com/catchorg/Catch2/archive/v3.7.0.tar.gz", + sha256 = "5b10cd536fa3818112a82820ce0787bd9f2a906c618429e7c4dea639983c8e88", + strip_prefix = "Catch2-3.7.0", ) http_archive(