diff --git a/conanfile.py b/conanfile.py index 0aebd91e..a3fff335 100644 --- a/conanfile.py +++ b/conanfile.py @@ -47,7 +47,7 @@ def configure(self): self.options.rm_safe("fPIC") def requirements(self): - self.requires("reflect-cpp/0.19.0", transitive_headers=True) + self.requires("reflect-cpp/0.22.0", transitive_headers=True) if self.options.with_mysql: self.requires("mariadb-connector-c/3.4.3", transitive_headers=True) if self.options.with_postgres: diff --git a/vcpkg.json b/vcpkg.json index 9684759f..425e9532 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "dependencies": [ { "name": "reflectcpp", - "version>=": "0.18.0" + "version>=": "0.22.0" } ], "features": {