Skip to content

Commit

Permalink
Update dependency angelscript to v2.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 28, 2023
1 parent f08e2f1 commit 26b6dcf
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 @@ -9,7 +9,7 @@ class RoR(ConanFile):
generators = "CMakeToolchain", "CMakeDeps"

def requirements(self):
self.requires("angelscript/2.35.1")
self.requires("angelscript/2.36.0")
self.requires("discord-rpc/3.4.0@anotherfoxguy/stable")
self.requires("fmt/8.0.1")
self.requires("libcurl/7.79.1")
Expand Down

0 comments on commit 26b6dcf

Please sign in to comment.