From feb1ce5c751df7896ab631958e8a544b6891de78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:27:07 +0200 Subject: [PATCH] chore(deps): update dependency julialang/julia to v1.10.4 (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/install-julia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-julia.sh b/scripts/install-julia.sh index 0797190c..ca85dd06 100644 --- a/scripts/install-julia.sh +++ b/scripts/install-julia.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -JULIA_VERSION="1.10.3" +JULIA_VERSION="1.10.4" ARCH=$(uname -m)