Skip to content

Commit

Permalink
Bump Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 10, 2025
1 parent 249cb56 commit bb5cafd
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.7")
self.requires("catch2/3.7.1")
self.requires("catch2/3.8.0")
self.requires("pybind11/2.13.6")
self.requires("fmt/11.1.1")

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

0 comments on commit bb5cafd

Please sign in to comment.