Skip to content

Commit

Permalink
Update zulu-openjdk version to 21.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Apr 23, 2024
1 parent f052087 commit 9e61d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Expand Up @@ -52,7 +52,7 @@ class LibqasmConan(ConanFile):

def build_requirements(self):
self.tool_requires("tree-gen/1.0.7")
self.tool_requires("zulu-openjdk/11.0.19")
self.tool_requires("zulu-openjdk/21.0.1")
if self.settings.arch == "wasm":
self.tool_requires("emsdk/3.1.50")
if self.options.build_tests:
Expand Down

0 comments on commit 9e61d3a

Please sign in to comment.