From 15740ed6946dd2d5ab4609b3ad0b8bf10ed46815 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:20:58 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12 for package KhepriRevit, (keep existing compat) --- Julia/KhepriRevit/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Julia/KhepriRevit/Project.toml b/Julia/KhepriRevit/Project.toml index b07190fa..ca4c1c1e 100644 --- a/Julia/KhepriRevit/Project.toml +++ b/Julia/KhepriRevit/Project.toml @@ -1,7 +1,7 @@ name = "KhepriRevit" uuid = "3da535db-f178-46c8-b1a0-0c209a045e28" -authors = ["António Menezes Leitão "] version = "0.2.0" +authors = ["António Menezes Leitão "] [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [compat] -ColorTypes = "0.11" +ColorTypes = "0.11, 0.12" EzXML = "1.1" KhepriBase = "0.8.1" Reexport = "1"