We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5f5bbb + ebbb83b commit 1d07b64Copy full SHA for 1d07b64
repo2docker/buildpacks/julia/julia_project.py
@@ -47,7 +47,7 @@ def julia_version(self):
47
compat = project_toml["compat"]["julia"]
48
except:
49
# Default version which needs to be manually updated with new major.minor releases
50
- compat = "1.5"
+ compat = "1.6"
51
52
match = find_semver_match(compat, self.all_julias)
53
if match is None:
0 commit comments