Skip to content

Commit

Permalink
Update dependency zlib to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and AnotherFoxGuy committed Sep 5, 2023
1 parent a43950a commit fe41cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def requirements(self):
self.requires("sdl_image/2.0.5")
self.requires("sdl_ttf/2.20.2")
self.requires("vorbis/1.3.7")
self.requires("zlib/1.2.13")
self.requires("zlib/1.3", force=True)
self.requires("libwebp/1.3.1", override=True)
if self.settings.os == "Linux":
self.requires("xz_utils/5.4.2", override=True)
Expand Down

0 comments on commit fe41cab

Please sign in to comment.