Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzPoize committed Jul 16, 2024
1 parent 86f542d commit 829bef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class MarkovJuniorConan(ConanFile):

requires = (
("pugixml/1.13"), #MIT license
("handy/6b4b83f370@adnn/develop"),
("math/4fad865423@adnn/develop"),
("graphics/81ddaabf8c@adnn/develop"),
("handy/15a1bb8eaa@adnn/develop"),
("math/d200cdb8ba@adnn/develop"),
("graphics/c35a0fe6f1@adnn/develop"),
)

build_policy = "missing"
Expand Down

0 comments on commit 829bef1

Please sign in to comment.