From fdbb4707400b5c7cb2e4d05de15c63ee97ef1648 Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Sat, 7 Oct 2023 17:51:40 -0400 Subject: [PATCH] Bump SciMLBase version --- TestParticleMakie/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestParticleMakie/Project.toml b/TestParticleMakie/Project.toml index c50b614e..68bea72e 100644 --- a/TestParticleMakie/Project.toml +++ b/TestParticleMakie/Project.toml @@ -1,7 +1,7 @@ name = "TestParticleMakie" uuid = "815e1cc4-5742-45dc-845d-1cec70514f1a" authors = ["TCLiuu "] -version = "0.1.2" +version = "0.1.3" [deps] Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" @@ -10,4 +10,4 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] Makie = "0.17, 0.18, 0.19" julia = "1.6" -SciMLBase = "1" \ No newline at end of file +SciMLBase = "1, 2" \ No newline at end of file