From 38db9ab4dad9186a8535071e5f495632bea22749 Mon Sep 17 00:00:00 2001 From: Ronan Arraes Jardim Chagas Date: Wed, 1 Jan 2025 23:37:12 -0300 Subject: [PATCH] :poop: Drop support for Julia 1.6 --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index a39c0b5..5d6e7d9 100644 --- a/Project.toml +++ b/Project.toml @@ -20,22 +20,22 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Crayons = "4.0" -Dates = "1.6" -DelimitedFiles = "1.6" +Dates = "1.10" +DelimitedFiles = "1.9" DifferentiationInterface = "0.6" Downloads = "1" FiniteDiff = "2.24" ForwardDiff = "0.10" Interpolations = "0.14, 0.15" -LinearAlgebra = "1.6" -Logging = "1.6" +LinearAlgebra = "1.10" +Logging = "1.10" Reexport = "1" ReferenceFrameRotations = "3" -SatelliteToolboxBase = "0.2, 0.3" +SatelliteToolboxBase = "1" Scratch = "1" StaticArrays = "1" -Test = "1.6" -julia = "1.6" +Test = "1.10" +julia = "1.10" [extras] DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"