Skip to content

Commit

Permalink
chore(deps): update dependency julialang/julia to v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 6f47ac1 commit 22bc5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-julia.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

JULIA_VERSION="1.9.0"
JULIA_VERSION="1.10.5"

# Install Julia
julia_major_minor=$(echo "${JULIA_VERSION}" | cut -d. -f 1,2)
Expand Down

0 comments on commit 22bc5ba

Please sign in to comment.