From 5f103b6bb831113a6a18c976bae65517e8451cc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 00:26:01 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.0" for package test --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 8c057e260..cc8c108f2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,5 +22,5 @@ ForwardDiff = "0.10" Kronecker = "0.4" PDMats = "0.9, 0.10" ReverseDiff = "1.2" -SpecialFunctions = "0.10" +SpecialFunctions = "0.10, 1.0" Zygote = "0.4, 0.5"