From 64dd7c04fac2322453531c2037a565a0a866bdc4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 01:54:02 +0000 Subject: [PATCH] CompatHelper: bump compat for JLArrays to 0.3 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index dca6598..2eb1546 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ Aqua = "0.8" ArrayLayouts = "1" DerivableInterfaces = "0.5" FillArrays = "1.13" -JLArrays = "0.2" +JLArrays = "0.2, 0.3" LinearAlgebra = "1" SafeTestsets = "0.1" Suppressor = "0.2"