From e78aaba49729bc40b50d6358aa08119aeb9d5681 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 May 2022 00:09:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Setfield to 1 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 6a3726474..7a629d9dc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ Documenter = "0.26.1, 0.27" ForwardDiff = "0.10.12" MCMCChains = "4.0.4, 5" MacroTools = "0.5.5" -Setfield = "0.7.1, 0.8" +Setfield = "0.7.1, 0.8, 1" StableRNGs = "1" Tracker = "0.2.11" Zygote = "0.5.4, 0.6"