From cce6a874b93e71e5c9ae418aa5af580067dd78a7 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 16 Apr 2022 11:52:21 -0500 Subject: [PATCH] Bump JuMP version to 1.0 --- Project.toml | 4 ++-- test/Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index cd9584f..ce218c9 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ DataStructures = "0.18" Distributions = "0.25" GZip = "0.5" JSON = "0.21" -JuMP = "0.21" -MathOptInterface = "0.9" +JuMP = "1" +MathOptInterface = "1" PackageCompiler = "1" julia = "1" diff --git a/test/Project.toml b/test/Project.toml index 260aa24..b87293d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,7 +19,7 @@ DataStructures = "0.18" Distributions = "0.25" GZip = "0.5" JSON = "0.21" -JuMP = "0.21" -MathOptInterface = "0.9" +JuMP = "1" +MathOptInterface = "1" PackageCompiler = "1" julia = "1"