From 2c9c6493b4c31bfeb6d3cdf4e656d0a8d1138f1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 01:01:32 +0000 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.12" 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 0fb95298..ae95f3c5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,7 +16,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" ChainRulesCore = "0.10" Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" Documenter = "0.24, 0.25, 0.26" -FillArrays = "0.11" +FillArrays = "0.11, 0.12" FiniteDifferences = "0.9.6, 0.10, 0.11, 0.12" Plots = "1" Zygote = "0.5, 0.6"