Skip to content

Commit cc5e44f

Browse files
committed
fmk - upping zlib to 1.2.11 and boost to 1.84.0 in conanfile
1 parent 81862cf commit cc5e44f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ class simCenterBackendApps(ConanFile): # noqa: D101
2525
build_policy = 'missing'
2626
requires = [ # noqa: RUF012
2727
'jansson/2.13.1',
28-
'zlib/1.2.11',
28+
'zlib/1.3.1',
2929
'libcurl/8.4.0',
3030
'eigen/3.3.7',
3131
'clara/1.1.5',
3232
'jsonformoderncpp/3.7.0',
3333
'nanoflann/1.3.2',
3434
'nlopt/2.7.1',
3535
'kissfft/131.1.0',
36-
'boost/1.72.0'
36+
'boost/1.84.0'
3737
]
3838

3939

0 commit comments

Comments
 (0)