Skip to content

Commit

Permalink
Update recipes/openjdk/all/test_package/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
  • Loading branch information
MartinDelille and prince-chrismc authored Oct 27, 2022
1 parent d18d605 commit c1bb276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openjdk/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from conan.errors import ConanException
from io import StringIO

required_conan_version = ">=1.36.0"
required_conan_version = ">=1.47.0"


class TestPackage(ConanFile):
Expand Down

0 comments on commit c1bb276

Please sign in to comment.