Merge pull request #137 from dpaulat/renovate/zlib-1.x

Update dependency zlib to v1.3.1
This commit is contained in:
Dan Paulat 2024-01-28 01:36:25 -06:00 committed by GitHub
commit d8eaee2f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ class SupercellWxConan(ConanFile):
"spdlog/1.13.0",
"sqlite3/3.45.0",
"vulkan-loader/1.3.243.0",
"zlib/1.3")
"zlib/1.3.1")
generators = ("cmake",
"cmake_find_package",
"cmake_paths")