From 24cf120b5990704cc30c374d746421740220927e Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Fri, 5 Jan 2024 10:48:54 -0700 Subject: [PATCH] bump SciMLBase (#360) --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b6b1ac64e..de32c9659 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ PowerSystems = "^3.1.2" PowerFlows = "^0.6" PowerNetworkMatrices = "^0.9" PrettyTables = "1, 2" -SciMLBase = "^1.45" +SciMLBase = "2" TimerOutputs = "~0.5" LinearAlgebra = "1" Logging = "1" diff --git a/test/Project.toml b/test/Project.toml index 337b4a91e..078bd1f7b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,4 +20,4 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -SciMLBase = "1" +SciMLBase = "2"