From 267ceedc4355bd84920d9f4a7f0995c3cd6717a3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 10 Aug 2026 02:20:11 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LazyArtifacts at version 1 for package KhepriPOVRay, (keep existing compat) --- Julia/KhepriPOVRay/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Julia/KhepriPOVRay/Project.toml b/Julia/KhepriPOVRay/Project.toml index a708a35f..7de1dc5f 100644 --- a/Julia/KhepriPOVRay/Project.toml +++ b/Julia/KhepriPOVRay/Project.toml @@ -1,7 +1,7 @@ name = "KhepriPOVRay" uuid = "a0383a2d-1751-46ec-a2af-70a49b2064d3" -authors = ["António Menezes Leitão "] version = "0.3.0" +authors = ["António Menezes Leitão "] [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" @@ -13,6 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] ColorTypes = "0.11" KhepriBase = "0.8.1" +LazyArtifacts = "1" Reexport = "1" julia = "1.12"