Skip to content

Commit

Permalink
Update dependency catch2 to v2.13.6 (#1573)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 19, 2021
1 parent 8f9a41f commit 1c9f7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1c9f7c1

Please sign in to comment.