From 43ce7c79cd0642a666c9cc2af7db8f812f689fb1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Sep 2023 00:20:26 +0000 Subject: [PATCH] CompatHelper: bump compat for ComponentArrays to 0.15 for package core, (keep existing compat) --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 16d555d3f..729828cb7 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -39,7 +39,7 @@ Arrow = "2.3" BasicModelInterface = "0.1" CodecLz4 = "0.4" CodecZstd = "0.7,0.8" -ComponentArrays = "0.13.14, 0.14" +ComponentArrays = "0.13.14, 0.14, 0.15" Configurations = "0.17" DBInterface = "2.4" DataInterpolations = "3.7, 4"