From ac66980636d7c7d02588d4ffd0ab64cbe937f3f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 01:10:44 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 01e2132..d8feae3 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ Colors = "0.9, 0.10, 0.11, 0.12" Distributions = "0.22, 0.23, 0.24, 0.25" Polynomials = "0.6, 0.7, 0.8, 1.1, 2.0" RecipesBase = "0.7, 0.8, 1.0" -SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1, 1.2" +SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1, 1.2, 2.1" StaticArrays = "0.12, 1.0, 1.1" Trajectories = "0.1, 0.2" julia = "1"