Skip to content

Commit

Permalink
Bump Catch2 dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 20, 2024
1 parent aa7a5cb commit 09af7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CompressorRecipe(ConanFile):

def requirements(self):
self.requires("mimalloc/2.1.2")
self.requires("catch2/3.5.1")
self.requires("catch2/3.5.2")
self.requires("pybind11/2.11.1")
self.requires("fmt/10.2.1")

Expand Down
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if(SLANG_INCLUDE_TESTS)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.5.1
GIT_TAG v3.5.2
GIT_SHALLOW ON
${find_pkg_args})
FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit 09af7e1

Please sign in to comment.