Skip to content

Commit

Permalink
Points toward CURA-10951 Arcus
Browse files Browse the repository at this point in the history
Contributes to CURA-10951 and CURA-10446
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 2a18f97 commit b6b03ab
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 @@ -85,7 +85,7 @@ def build_requirements(self):

def requirements(self):
if self.options.enable_arcus:
self.requires("arcus/(latest)@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from libArcus is main
self.requires("arcus/(latest)@ultimaker/cura_10951")
self.requires("asio-grpc/2.6.0")
self.requires("grpc/1.50.1")
self.requires("curaengine_grpc_definitions/latest@ultimaker/cura_10446")
Expand Down

0 comments on commit b6b03ab

Please sign in to comment.