Skip to content

Commit

Permalink
Update dependency sdl to v2.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 24ab69a commit e233f34
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 @@ -26,7 +26,7 @@ def build_requirements(self):
self.tool_requires("cmake/[>=3.30.0]")

def requirements(self):
self.requires("sdl/2.28.3")
self.requires("sdl/2.30.5")
self.requires("sdl_ttf/2.20.2")
self.requires("fmt/10.2.1")
self.requires("yaml-cpp/0.8.0")
Expand Down

0 comments on commit e233f34

Please sign in to comment.