Skip to content

Commit

Permalink
⬆️ Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Sep 28, 2024
1 parent f4706ef commit e31bb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def layout(self):
self.folders.generators = os.path.join(self.folders.build, "generators")

def requirements(self):
self.requires("angelscript/2.36.1")
self.requires("angelscript/2.37.0")
self.requires("jsoncpp/1.9.5")
self.requires("openssl/1.1.1v", override=True)
self.requires("openssl/3.3.2", override=True)
self.requires("socketw/3.11.0@anotherfoxguy/stable")

0 comments on commit e31bb1a

Please sign in to comment.