diff --git a/setup-libs.bat b/setup-libs.bat index 00f7923d6..d24da4c08 100644 --- a/setup-libs.bat +++ b/setup-libs.bat @@ -18,8 +18,8 @@ curl -SsL "https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp" :: Download Thread Pool mkdir thread-pool -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp :: Download CLI11 mkdir cli11 diff --git a/setup-libs.sh b/setup-libs.sh index f356f9114..82529309d 100755 --- a/setup-libs.sh +++ b/setup-libs.sh @@ -17,8 +17,8 @@ curl -SsL "https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp" # Download Thread Pool mkdir thread-pool -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp # Download CLI11 mkdir cli11