From d4a4169398f822b8f16c3e7f244eb6681514ea30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Dec 2020 00:30:00 +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"