Skip to content

Commit

Permalink
Revert "Update dependency catch2 to v3.5.4 (#2703)"
Browse files Browse the repository at this point in the history
  • Loading branch information
mvtiurin committed Apr 22, 2024
1 parent 1a31061 commit 1a9382a
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 @@ -108,9 +108,9 @@ onedal_repo(

http_archive(
name = "catch2",
url = "https://github.com/catchorg/Catch2/archive/v3.5.4.tar.gz",
sha256 = "b7754b711242c167d8f60b890695347f90a1ebc95949a045385114165d606dbb",
strip_prefix = "Catch2-3.5.4",
url = "https://github.com/catchorg/Catch2/archive/v3.5.0.tar.gz",
sha256 = "f6d4f8d78a9b59ec72a81d49f58d18eb317372ac07f8d9432710a079e69fd66a",
strip_prefix = "Catch2-3.5.0",
)

http_archive(
Expand Down

0 comments on commit 1a9382a

Please sign in to comment.