Merge pull request #139 from dpaulat/renovate/sqlite3-3.x

Update dependency sqlite3 to v3.45.1
This commit is contained in:
Dan Paulat 2024-01-31 23:22:46 -06:00 committed by GitHub
commit b3ca4fd37b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ class SupercellWxConan(ConanFile):
"openssl/3.2.0", "openssl/3.2.0",
"re2/20231101", "re2/20231101",
"spdlog/1.13.0", "spdlog/1.13.0",
"sqlite3/3.45.0", "sqlite3/3.45.1",
"vulkan-loader/1.3.243.0", "vulkan-loader/1.3.243.0",
"zlib/1.3.1") "zlib/1.3.1")
generators = ("cmake", generators = ("cmake",