From 5d22ac30ae5aae2c5fda1af7ef4b64275e6c035a Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 17 Oct 2025 10:36:54 +1300 Subject: [PATCH] Update to JSON@1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 025dde2..c7005f7 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ MultiObjectiveAlgorithmsPolyhedraExt = "Polyhedra" Combinatorics = "1" HiGHS = "1" Ipopt = "1" -JSON = "0.21" +JSON = "1" MathOptInterface = "1.19" Polyhedra = "0.8" Test = "1"