Skip to content

Commit

Permalink
pin fdm_materials to 5.5.0
Browse files Browse the repository at this point in the history
Contributes to CURA-11218
  • Loading branch information
jellespijker committed Oct 25, 2023
1 parent 98a79e8 commit bd4cc70
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 @@ -319,7 +319,7 @@ def requirements(self):
self.requires("cura_private_data/(latest)@ultimaker/testing")
self.requires("fdm_materials/(latest)@internal/testing")
else:
self.requires("fdm_materials/(latest)@ultimaker/stable")
self.requires("fdm_materials/5.5.0")

def build_requirements(self):
if self.options.devtools:
Expand Down

0 comments on commit bd4cc70

Please sign in to comment.