From 8008c7fe27d26ffba3f829a3135c913ba8070221 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:02:39 +0000 Subject: [PATCH 1/3] CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7885141..6f24833 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" [compat] DelimitedFiles = "1" +Downloads = "1" GR_jll = "=0.72.10" HTTP = "0.8, 0.9, 1" JSON = "0.20, 0.21, 1" From 5502f62119275e27e063fd2bab1df1a4a8f3bdbb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:02:43 +0000 Subject: [PATCH 2/3] CompatHelper: add new compat entry for Tar at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7885141..13fbe58 100644 --- a/Project.toml +++ b/Project.toml @@ -31,4 +31,5 @@ GR_jll = "=0.72.10" HTTP = "0.8, 0.9, 1" JSON = "0.20, 0.21, 1" Preferences = "1" +Tar = "1" julia = "1.6" From 90b1b252a92884ef48e6b90be09210ba48b07f81 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Oct 2023 01:02:45 +0000 Subject: [PATCH 3/3] CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 7885141..302a91e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" [compat] +Artifacts = "1" DelimitedFiles = "1" GR_jll = "=0.72.10" HTTP = "0.8, 0.9, 1"