From ccfb33701f33e2be4b5075e7e7a147783bcabadb Mon Sep 17 00:00:00 2001 From: Xuan Date: Sat, 18 Feb 2023 14:00:24 -0500 Subject: [PATCH] Update HTTP.jl compat. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 93f5e55..eacad85 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlanningDomains" uuid = "34fa33c8-33e3-4e77-bac8-de592315aba2" authors = ["Xuan and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" @@ -12,7 +12,7 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353" [compat] Downloads = "1.0" -HTTP = "0.9" +HTTP = "0.9, 1" JSON = "0.21" PDDL = "0.2" Scratch = "1.1"