From ec21faa7249df7e708d7163c3e3022c367bde71d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:28:16 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c343394..acbdc18 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,6 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" [compat] Dates = "1" InteractiveUtils = "1" -JSON = "0.21" +JSON = "1" Sockets = "1" julia = "1.10"