Skip to content

Commit

Permalink
Update dependency sdl to v2.30.7 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 40da34e commit 4174232
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 @@ -27,7 +27,7 @@ def build_requirements(self):

def requirements(self):
# 'force' is required to bump sdl version because the sdl_ttf recipe uses a hard coded sdl version
self.requires("sdl/2.30.6", force=True)
self.requires("sdl/2.30.7", force=True)
self.requires("sdl_ttf/2.22.0")
self.requires("fmt/10.2.1")
self.requires("yaml-cpp/0.8.0")
Expand Down

0 comments on commit 4174232

Please sign in to comment.