Skip to content

Commit

Permalink
scc: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent 20c0551 commit 409918a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/scc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ def layout(self):
cmake_layout(self, src_folder="src")

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

Expand Down

0 comments on commit 409918a

Please sign in to comment.