Skip to content

Commit

Permalink
Use libSavitar latest
Browse files Browse the repository at this point in the history
Contributes to CURA-10591 and CURA-10475
  • Loading branch information
jellespijker committed Sep 9, 2023
1 parent 2527fe9 commit 38e64bb
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 @@ -66,7 +66,7 @@ def export_sources(self):
copy(self, "*", path.join(self.recipe_folder, "python"), path.join(self.export_sources_folder, "python"))

def requirements(self):
self.requires("savitar/5.3.0")
self.requires("savitar/(latest)@ultimaker/testing")
self.requires("cpython/3.10.4")

def validate(self):
Expand Down

0 comments on commit 38e64bb

Please sign in to comment.