From 5d8fa7de152cb82c70dd7c2286ab01bd7e102819 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Jun 2025 01:08:37 +0000 Subject: [PATCH] CompatHelper: bump compat for GeometricEquations to 0.19, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b336fd0..6cdcb9e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ChargedParticleDynamics" uuid = "209b3593-7183-5600-9f8f-df5ce7fddd64" -version = "0.1.0" authors = ["Michael Kraus "] +version = "0.1.0" [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" @@ -22,7 +22,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" Documenter = "1" ElectromagneticFields = "0.5" ForwardDiff = "0.10, 1" -GeometricEquations = "0.18" +GeometricEquations = "0.18, 0.19" GeometricProblems = "0.6" GeometricSolutions = "0.3, 0.4" LaTeXStrings = "1"