Skip to content

Commit

Permalink
Using proxyfmu v0.2.3 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi Jamt authored Sep 13, 2021
1 parent a68d471 commit 69c8ff9
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 @@ -45,7 +45,7 @@ def set_version(self):

def requirements(self):
if self.options.proxyfmu:
self.requires("proxyfmu/0.2.2@osp/stable")
self.requires("proxyfmu/0.2.3@osp/stable")

def imports(self):
binDir = os.path.join("output", str(self.settings.build_type).lower(), "bin")
Expand Down

0 comments on commit 69c8ff9

Please sign in to comment.