From 8c835f7cec2497c12be16529087392092e513242 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Mon, 1 Aug 2022 15:28:03 -0700 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c0aa9e722..50b5f869d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerSimulationsDynamics" uuid = "398b2ede-47ed-4edc-b52e-69e4a48b4336" authors = ["Jose Daniel Lara, Rodrigo Henriquez"] -version = "0.10.2" +version = "0.10.3" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -31,6 +31,6 @@ NLsolve = "4" PowerFlows = "^0.1" PowerSystems = "^1.21" PrettyTables = "1" -SciMLBase = "^1.29" +SciMLBase = "^1.45" TimerOutputs = "~0.5" julia = "^1.6"