From 4fa269225d6ff98cd48968c093bfba1f418afe7b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 18 Aug 2025 01:49:52 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DerivableInterfaces at version 0.5 for package test, (keep existing compat) --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index ebd0a29..c8c35c0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,6 +12,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.9" +DerivableInterfaces = "0.5" DiagonalArrays = "0.3" FillArrays = "1" LinearAlgebra = "1"