From c059d46163ba2964d3764a1de72c2f49b0b02243 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:24:02 +0000 Subject: [PATCH] CompatHelper: bump compat for HTTP to 2 for package KhepriThreejs, (keep existing compat) --- Julia/KhepriThreejs/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Julia/KhepriThreejs/Project.toml b/Julia/KhepriThreejs/Project.toml index be4990b1..77ec5658 100644 --- a/Julia/KhepriThreejs/Project.toml +++ b/Julia/KhepriThreejs/Project.toml @@ -18,14 +18,14 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -OrderedCollections = "1" Base64 = "1.9" ColorTypes = "0.11" Colors = "0.13.1" Dates = "1.9" -HTTP = "1.10" +HTTP = "1.10, 2" KhepriBase = "0.8.1" LinearAlgebra = "1.9" +OrderedCollections = "1" Reexport = "1" Sockets = "1.9" StaticArrays = "1.6"