diff --git a/Project.toml b/Project.toml index 13cffd7..29ec0b1 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,8 @@ SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e" BVProblemLibrary = "0.1" DAEProblemLibrary = "0.1" DDEProblemLibrary = "0.1" -JumpProblemLibrary = "0.1" +JumpProblemLibrary = "1" NonlinearProblemLibrary = "0.1" -ODEProblemLibrary = "0.1" -SDEProblemLibrary = "0.1" +ODEProblemLibrary = "1" +SDEProblemLibrary = "1" julia = "1.10"