Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Apr 10, 2024
1 parent b0fee39 commit a8b0e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ExternalTools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ include(FetchContent)
# CPM Packages
###############

CPMAddPackage("gh:gabime/spdlog@1.12.0")
CPMAddPackage("gh:gabime/spdlog@1.13.0")
CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
CPMAddPackage("gh:docopt/docopt.cpp#v0.6.3")
CPMAddPackage("gh:doctest/doctest#v2.4.11")
CPMAddPackage("gh:mateidavid/zstr#v1.0.7")
CPMAddPackage("gh:martinus/nanobench#v4.3.11")
CPMAddPackage("gh:pybind/pybind11#v2.11.1")
CPMAddPackage("gh:pybind/pybind11#v2.12.0")
CPMAddPackage("gh:imneme/pcg-cpp#ffd522e7188bef30a00c74dc7eb9de5faff90092")
CPMAddPackage("gh:ArashPartow/exprtk#93a9f44f99b910bfe07cd1e933371e83cea3841c")

Expand All @@ -21,7 +21,7 @@ CPMAddPackage(
)

CPMAddPackage(
NAME nlohmann_json VERSION 3.11.2
NAME nlohmann_json VERSION 3.11.3
URL https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip
OPTIONS "JSON_BuildTests OFF"
)
Expand Down

0 comments on commit a8b0e56

Please sign in to comment.