We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746aa36 commit d372f34Copy full SHA for d372f34
build_tarballs.jl
@@ -102,7 +102,7 @@ dependencies = [
102
Dependency("Qt6Base_jll"; compat="~6.8.2"), # Never allow upgrading more than the minor version without recompilation
103
BuildDependency("Xorg_libX11_jll"),
104
BuildDependency("Xorg_xproto_jll"),
105
- Dependency("Zlib_jll"),
+ Dependency("Zlib_jll"; compat="1.3.1"),
106
]
107
108
# Build the tarballs, and possibly a `build.jl` as well.
0 commit comments