Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Nov 5, 2024
1 parent 73258a8 commit 8d034ce
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 @@ -48,7 +48,7 @@ def validate(self):

def requirements(self):
self.requires("fmt/10.2.1", override=True)
self.requires("simfil/0.3.2", transitive_headers=True)
self.requires("simfil/0.3.3", transitive_headers=True)
self.requires("spdlog/[~1]", transitive_headers=True)
self.requires("bitsery/[~5]")
# The override=True for is needed, until simfil 0.3.3 is released.
Expand Down

0 comments on commit 8d034ce

Please sign in to comment.