From af9b69b342fe159ae818afd8ae9748b9547912f3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jan 2025 01:29:15 +0000 Subject: [PATCH] CompatHelper: add new compat entry for JSON at version 0.21, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 49707fa..20b5ae2 100644 --- a/Project.toml +++ b/Project.toml @@ -25,3 +25,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractCosmologicalEmulators = "0.6" DataInterpolations = "6, 6.6" +JSON = "0.21"