Skip to content

Commit 1d07b64

Browse files
authored
Merge pull request #1028 from tomyun/patch-1
Set default Julia version to 1.6
2 parents a5f5bbb + ebbb83b commit 1d07b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/julia/julia_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def julia_version(self):
4747
compat = project_toml["compat"]["julia"]
4848
except:
4949
# Default version which needs to be manually updated with new major.minor releases
50-
compat = "1.5"
50+
compat = "1.6"
5151

5252
match = find_semver_match(compat, self.all_julias)
5353
if match is None:

0 commit comments

Comments
 (0)