Skip to content

Commit 818af96

Browse files
authored
Update conanfile.py (#676)
1 parent 237178e commit 818af96

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
@@ -50,7 +50,7 @@ def configure(self):
5050

5151
def requirements(self):
5252
if self.options.proxyfmu:
53-
self.requires("proxyfmu/0.2.5@osp/stable")
53+
self.requires("proxyfmu/0.2.6@osp/stable")
5454

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

0 commit comments

Comments
 (0)