Skip to content

Commit d1032c5

Browse files
committed
Update Julia version
1 parent b07bdcf commit d1032c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/check_julia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ -x "${JULIA}" ]] && "${JULIA}" --version >/dev/null; then
4242
echo 'Julia is installed.' >&2
4343
exit 0
4444
else
45-
echo 'ERROR: missing dependency. Please download Julia version >= 0.5 (http://julialang.org/). Once installed, run the command again.' >&2
45+
echo 'ERROR: missing dependency. Please download Julia version >= 1.0 (http://julialang.org/). Once installed, run the command again.' >&2
4646
exit 1
4747
fi
4848

0 commit comments

Comments
 (0)