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

Update dependency sqlite3 to v3.46.0
This commit is contained in:
Dan Paulat 2024-05-24 16:15:09 -05:00 committed by GitHub
commit 2a12b603fc
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.1", "openssl/3.2.1",
"re2/20231101", "re2/20231101",
"spdlog/1.14.1", "spdlog/1.14.1",
"sqlite3/3.45.3", "sqlite3/3.46.0",
"vulkan-loader/1.3.243.0", "vulkan-loader/1.3.243.0",
"zlib/1.3.1") "zlib/1.3.1")
generators = ("cmake", generators = ("cmake",