Skip to content

Commit

Permalink
use correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Sep 20, 2023
1 parent d5a099f commit 3a84955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ def build_requirements(self):

def requirements(self):
if self.options.enable_arcus:
self.requires("arcus/(latest)@ultimaker/stable")
self.requires("arcus/5.3.0")
self.requires("asio-grpc/2.6.0")
self.requires("grpc/1.50.1")
self.requires("curaengine_grpc_definitions/(latest)@ultimaker/stable")
self.requires("curaengine_grpc_definitions/(latest)@ultimaker/testing")
self.requires("clipper/6.4.2")
self.requires("boost/1.82.0")
self.requires("rapidjson/1.1.0")
Expand Down

0 comments on commit 3a84955

Please sign in to comment.