From d11061c1ca81e410162c7a9fa11de05fb17e1f3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 17:18:47 +0000 Subject: [PATCH] CompatHelper: bump compat for BSplineKit to 0.16, (keep existing compat) (#693) * CompatHelper: bump compat for BSplineKit to 0.16, (keep existing compat) * spacing tweak * patch bump --------- Co-authored-by: CompatHelper Julia Co-authored-by: Phillip Alday --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index faa92debb..448e08f74 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MixedModels" uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316" author = ["Phillip Alday ", "Douglas Bates ", "Jose Bayoan Santiago Calderon "] -version = "4.14.0" +version = "4.14.1" [deps] Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" @@ -31,7 +31,7 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] Arrow = "1, 2" -BSplineKit = "0.14,0.15" +BSplineKit = "0.14, 0.15, 0.16" DataAPI = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" GLM = "1.8.2"