Skip to content

Commit

Permalink
also bump libcosim version
Browse files Browse the repository at this point in the history
  • Loading branch information
restenb committed Dec 12, 2024
1 parent ce15850 commit 0398d2c
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 @@ -16,7 +16,7 @@ class LibCosimCConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "cmake", "virtualrunenv"
requires = (
"libcosim/0.10.2@osp/stable"
"libcosim/0.10.4@osp/stable"
)

def set_version(self):
Expand Down

0 comments on commit 0398d2c

Please sign in to comment.