Skip to content

Commit

Permalink
Julia: Install version 1.4.0 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Mar 22, 2020
1 parent 540e842 commit 140d3b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ the Julia language system:
===================== ========================== ==============================
Variable name Default Description
===================== ========================== ==============================
``julia_version`` ``1.3.1`` Version of Julia to install
``julia_version`` ``1.4.0`` Version of Julia to install
===================== ========================== ==============================

The following example (incomplete) shows how to install JupyterHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# version of Julia to install
julia_version: 1.3.1
julia_version: 1.4.0

# should the `julia` command be added to users' shell $PATH ?
julia_in_path: yes
Expand Down

0 comments on commit 140d3b2

Please sign in to comment.