Skip to content

Commit

Permalink
bump dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored Jan 30, 2024
1 parent 5d462d6 commit 33151ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ class KnuthConsensusConan(KnuthConanFileV2):

def build_requirements(self):
if self.options.tests:
self.test_requires("catch2/3.3.2")
self.test_requires("catch2/3.5.2")

def requirements(self):
self.requires("boost/1.83.0", transitive_headers=True, transitive_libs=True)
self.requires("boost/1.84.0", transitive_headers=True, transitive_libs=True)
self.requires("secp256k1/0.18.0", transitive_headers=True, transitive_libs=True)

if self.settings.compiler == "msvc" and self.options.currency == 'BCH':
Expand Down

0 comments on commit 33151ab

Please sign in to comment.