Skip to content

Commit

Permalink
Bump proxyfmu version to 0.2.5 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren authored Nov 16, 2021
1 parent 7d264a6 commit 237178e
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 @@ -50,7 +50,7 @@ def configure(self):

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

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

0 comments on commit 237178e

Please sign in to comment.