From 26ae0420dd97c748da69c1f420089ab459252fb0 Mon Sep 17 00:00:00 2001 From: jClugstor Date: Thu, 14 May 2026 22:02:00 -0400 Subject: [PATCH] bump SciMLLogging to 1.10.1, 2.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8437b37..aeab16d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeometricIntegratorsDiffEq" uuid = "5a33fad7-5ce4-5983-9f5d-5f26ceab5c96" -version = "1.2.0" +version = "1.2.1" authors = ["Chris Rackauckas "] [deps] @@ -16,7 +16,7 @@ ExplicitImports = "1.14.0" GeometricIntegrators = "0.15, 0.16" Reexport = "0.2, 1" SciMLBase = "2, 3" -SciMLLogging = "1" +SciMLLogging = "1.10.1, 2" julia = "1.10" [extras]