From ff7705e78a5aa91b8fa3fe3d738e6571ac02156e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 12:43:52 +0100 Subject: [PATCH] CompatHelper: bump compat for ParameterHandling to 0.5 for package 1-mauna-loa, (keep existing compat) (#392) Co-authored-by: CompatHelper Julia Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> --- examples/1-mauna-loa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1-mauna-loa/Project.toml b/examples/1-mauna-loa/Project.toml index 75245697..9a41d0fc 100644 --- a/examples/1-mauna-loa/Project.toml +++ b/examples/1-mauna-loa/Project.toml @@ -14,6 +14,6 @@ CSV = "0.9, 0.10" DataFrames = "1" Literate = "2" Optim = "1" -ParameterHandling = "0.4" +ParameterHandling = "0.4, 0.5" Plots = "1" Zygote = "0.6"