Skip to content

Commit

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

def requirements(self):
self.requires("fmt/8.1.1")
self.requires("fmt/10.0.0")
self.requires("zlib/1.2.13")
self.requires("boost/1.82.0")
self.requires("gsl-lite/0.40.0")
self.requires("spdlog/1.10.0")
self.requires("spdlog/1.12.0")
self.requires("systemc/2.3.4")

def validate(self):
Expand Down

0 comments on commit e11fa34

Please sign in to comment.