From 1c44789b943402115cb90a849e5677ca5e6f746e Mon Sep 17 00:00:00 2001 From: chrisbrahms Date: Wed, 1 Nov 2023 09:59:24 +0000 Subject: [PATCH] match compat to julia version --- Project.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index e30e0b2a..5878f7fc 100644 --- a/Project.toml +++ b/Project.toml @@ -90,14 +90,14 @@ SpecialFunctions = "0.10.3, 1, 2" StaticArrays = "1" Unitful = "1" julia = "1.9" -Dates = "1" -Distributed = "1" -FileWatching = "1" -LibGit2 = "1" -LinearAlgebra = "1" -Logging = "1" -Pkg = "1" -Printf = "1" -Random = "1" -Test = "1" -Statistics = "1" +Dates = "1.9" +Distributed = "1.9" +FileWatching = "1.9" +LibGit2 = "1.9" +LinearAlgebra = "1.9" +Logging = "1.9" +Pkg = "1.9" +Printf = "1.9" +Random = "1.9" +Test = "1.9" +Statistics = "1.9"