From 2506c03e398a768960c60e5ada298b13c180ee6b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:23:53 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12 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..65fa0750 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" +ColorTypes = "0.11, 0.12" Colors = "0.13.1" Dates = "1.9" HTTP = "1.10" KhepriBase = "0.8.1" LinearAlgebra = "1.9" +OrderedCollections = "1" Reexport = "1" Sockets = "1.9" StaticArrays = "1.6"