From 2cf9eaf6b8f8dd09196f559332be9d73c2c92b98 Mon Sep 17 00:00:00 2001 From: Peter Sykora Date: Sat, 11 Sep 2021 23:55:51 +0200 Subject: [PATCH] [chore] Update conan dependencies --- conanfile.txt | 8 ++++---- libLicenseClient.vcxproj | 2 +- test/libLicenseClientTest.vcxproj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conanfile.txt b/conanfile.txt index 80a73c9..ff3e5a1 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,8 +1,8 @@ [requires] -libzip/1.5.1@bincrafters/stable -libcurl/7.61.1@bincrafters/stable -boost/1.69.0@conan/stable -cryptopp/7.0.0@bincrafters/stable +libzip/1.8.0 +libcurl/7.78.0 +boost/1.77.0 +cryptopp/8.5.0 [generators] visual_studio diff --git a/libLicenseClient.vcxproj b/libLicenseClient.vcxproj index df5b0f0..1a20dba 100644 --- a/libLicenseClient.vcxproj +++ b/libLicenseClient.vcxproj @@ -21,7 +21,7 @@ StaticLibrary true - v141 + v142 MultiByte diff --git a/test/libLicenseClientTest.vcxproj b/test/libLicenseClientTest.vcxproj index 9a4f8df..3645ee8 100644 --- a/test/libLicenseClientTest.vcxproj +++ b/test/libLicenseClientTest.vcxproj @@ -21,13 +21,13 @@ Application true - v141 + v142 MultiByte Application false - v141 + v142 true MultiByte