Skip to content

Commit 7b53e40

Browse files
committed
build: bump dependencies
1 parent ba2c5e7 commit 7b53e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ cpmaddpackage("gh:Tradias/[email protected]")
7878
cpmaddpackage("gh:nlohmann/[email protected]")
7979
cpmaddpackage("gh:nothings/stb#f0569113c93ad095470c54bf34a17b36646bbbb5")
8080
set(Stb_INCLUDE_DIR "$<BUILD_INTERFACE:${stb_SOURCE_DIR}>")
81-
cpmaddpackage("gh:pybind/[email protected].0")
81+
cpmaddpackage("gh:pybind/[email protected].1")
8282
if(BUILD_TESTING)
83-
cpmaddpackage("gh:catchorg/Catch2@3.8.1")
83+
cpmaddpackage("gh:catchorg/Catch2@3.9.1")
8484
cpmaddpackage("gh:boost-ext/[email protected]")
8585
endif()
8686
find_package(

0 commit comments

Comments
 (0)