Skip to content

Commit

Permalink
daggy: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 12, 2023
1 parent b3bda8c commit 0bf80a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/daggy/2.1/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("qt/6.5.1")
self.requires("qt/6.5.2")
self.requires("kainjow-mustache/4.1")

if self.options.with_yaml:
self.requires("yaml-cpp/0.7.0")
self.requires("yaml-cpp/0.8.0")

if self.options.with_ssh2:
self.requires("libssh2/1.11.0")
Expand Down

0 comments on commit 0bf80a5

Please sign in to comment.