Skip to content

Commit

Permalink
Override spdlog version
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Dec 1, 2023
1 parent 29193d8 commit bffbded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def validate(self):

def requirements(self):
self.requires("boost/1.82.0")
self.requires("fmt/9.0.0")
self.requires("spdlog/1.12.0")
self.requires("fmt/10.1.1")
self.requires("curaengine_grpc_definitions/0.1.0")
self.requires("zlib/1.2.13")
self.requires("pyarcus/5.3.0")
Expand Down

0 comments on commit bffbded

Please sign in to comment.