From e74e4823cb8af5eeec06214a4a4ad526ba669a44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 00:30:06 +0000 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "1.1" 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..eeb8b0815 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.1" Zygote = "0.4, 0.5"