Skip to content

Commit

Permalink
sqlcipher: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent 778141e commit 4ff59ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sqlcipher/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def validate(self):
raise ConanInvalidConfiguration("commoncrypto is only supported on Macos")

def build_requirements(self):
self.tool_requires("tcl/8.6.11")
self.tool_requires("tcl/8.6.13")
if not is_msvc(self):
self.tool_requires("gnu-config/cci.20210814")
if self._settings_build.os == "Windows":
Expand Down

0 comments on commit 4ff59ad

Please sign in to comment.