Skip to content

Commit

Permalink
Updated proxyfmu (#729)
Browse files Browse the repository at this point in the history
A temporary workaround for an issue found in proxyfmu: open-simulation-platform/proxy-fmu#36
  • Loading branch information
davidhjp01 authored Feb 8, 2023
1 parent 3af180d commit 2f98468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def configure(self):

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

def imports(self):
binDir = os.path.join("output", str(self.settings.build_type).lower(), "bin")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.10.2

0 comments on commit 2f98468

Please sign in to comment.