From 1c9f7c1b2a0a4965ee155fba92649e276e00ec85 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 19 Apr 2021 11:44:53 +0300
Subject: [PATCH] Update dependency catch2 to v2.13.6 (#1573)
Co-authored-by: Renovate Bot
---
WORKSPACE | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index 3f7526c6982..2e7bf8c1a94 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -87,9 +87,9 @@ http_archive(
http_archive(
name = "catch2",
- url = "https://github.com/catchorg/Catch2/archive/v2.13.4.tar.gz",
- sha256 = "e7eb70b3d0ac2ed7dcf14563ad808740c29e628edde99e973adad373a2b5e4df",
- strip_prefix = "Catch2-2.13.4",
+ url = "https://github.com/catchorg/Catch2/archive/v2.13.6.tar.gz",
+ sha256 = "48dfbb77b9193653e4e72df9633d2e0383b9b625a47060759668480fdf24fbd4",
+ strip_prefix = "Catch2-2.13.6",
)
http_archive(