From 342d302027dbbab890dae124f609221740912a02 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 03:53:45 +0000 Subject: [PATCH] CompatHelper: add new compat entry for HTTP at version 2, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1e317ce..e12bc72 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SkyGraph" uuid = "bcdccf0c-4f52-4163-8071-6872b97cba69" -authors = ["Grant Amos Regen"] version = "0.1.0" +authors = ["Grant Amos Regen"] [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -16,6 +16,7 @@ PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +HTTP = "2" julia = "1" [extras]