diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 42c079c..2edb63f 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,6 @@ on: - 'docs/**' jobs: test: - if: false # Disabled pending dependency updates - see issue #58 uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "1.10" diff --git a/Project.toml b/Project.toml index 31e4f77..44dfafb 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1" [compat] DiffEqBase = "6.62, 7" ExplicitImports = "1.14.0" -GeometricIntegrators = "0.15, 0.16" +GeometricIntegrators = "0.15.5, 0.16" Reexport = "0.2, 1" SciMLBase = "2, 3" SciMLLogging = "1.10.1, 2"