Skip to content

Commit 28e0e4d

Browse files
committed
Apply new package name for for release
1 parent 0e385fd commit 28e0e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def validate(self):
8383
)
8484

8585
def build_requirements(self):
86-
self.test_requires("standardprojectsettings/[>=0.2.0]@ultimaker/stable")
86+
self.test_requires("standardprojectsettings/[>=0.2.0]")
8787
if not self.conf.get("tools.build:skip_test", False, check_type=bool):
8888
self.test_requires("gtest/1.14.0")
8989

0 commit comments

Comments
 (0)