From 3faaf3b9d10bbac339a72cd6063f24de10237a2c Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Thu, 7 Dec 2023 15:10:44 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f42fd4a..99933fa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SeeToDee" uuid = "1c904df7-48cd-41e7-921b-d889ed9a470c" authors = ["Fredrik Bagge Carlson"] -version = "1.2.0" +version = "1.2.1" [deps] FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] FastGaussQuadrature = "0.5" ForwardDiff = "0.10" -SimpleNonlinearSolve = "0.1" +SimpleNonlinearSolve = "1" PreallocationTools = "0.4" StaticArrays = "1" julia = "1.9"