From 46e6dbc25d64275e325ba6b77ccb364cb77f62b6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:25:27 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12 for package KhepriUnity, (keep existing compat) --- Julia/KhepriUnity/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Julia/KhepriUnity/Project.toml b/Julia/KhepriUnity/Project.toml index 0eebaaa6..4a4426dc 100644 --- a/Julia/KhepriUnity/Project.toml +++ b/Julia/KhepriUnity/Project.toml @@ -1,7 +1,7 @@ name = "KhepriUnity" uuid = "52c041c9-e4ea-4b39-bb09-f429bf2ce049" -authors = ["António Menezes Leitão "] version = "0.2.0" +authors = ["António Menezes Leitão "] [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [compat] -ColorTypes = "0.11" +ColorTypes = "0.11, 0.12" KhepriBase = "0.8.1" Reexport = "1" julia = "1.12"