From cf5993ebd9381a2262a56aed4f5cde310e039035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:08:42 +0000 Subject: [PATCH] CompatHelper: bump compat for "Bijectors" to "0.9" 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 a5276eec5..f54689403 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,7 +20,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractMCMC = "2.1" AbstractPPL = "0.1.2" -Bijectors = "0.8.2" +Bijectors = "0.8.2, 0.9" Distributions = "0.24" DistributionsAD = "0.6.3" Documenter = "0.26.1"