Skip to content

Commit

Permalink
use 0.2.0 or greater for standardprojectsettings
Browse files Browse the repository at this point in the history
Contribute to CURA-11622
  • Loading branch information
jellespijker committed Feb 12, 2024
1 parent aea7b06 commit 3bc1028
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 @@ -99,7 +99,7 @@ def validate(self):
)

def build_requirements(self):
self.test_requires("standardprojectsettings/[>=0.1.0]@ultimaker/cura_11622") # FIXME: use stable after merge
self.test_requires("standardprojectsettings/[>=0.2.0]@ultimaker/cura_11622") # FIXME: use stable after merge
if not self.conf.get("tools.build:skip_test", False, check_type=bool):
self.test_requires("catch2/[>=3.5.2]")

Expand Down

0 comments on commit 3bc1028

Please sign in to comment.