From daa96f863ca2213da175f00653a8acaa62b19c28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:59:31 +0100 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1 for package julia, (keep existing compat) (#70) Co-authored-by: CompatHelper Julia --- src/client/julia/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/julia/Project.toml b/src/client/julia/Project.toml index 40e9d7ef..84fa722a 100644 --- a/src/client/julia/Project.toml +++ b/src/client/julia/Project.toml @@ -10,6 +10,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +Statistics = "1" julia = "1.7" [extras]