From 11c67ea608919de229ba60936ca55e00f4004702 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 31 Aug 2021 00:41:40 +0000 Subject: [PATCH] CompatHelper: bump compat for AWSS3 to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1645a73..1acd217 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" [compat] AWSCore = "0.5.5, 0.6" -AWSS3 = "0.6, 0.7, 0.8" +AWSS3 = "0.6, 0.7, 0.8, 0.9" Compat = "3.15" ContextVariablesX = "0.1.1" DataStructures = "0.17, 0.18"