From 813c8ef237a0e73f0849ff50ed302af5dc1d8969 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 Nov 2024 00:23:38 +0000 Subject: [PATCH] CompatHelper: bump compat for Bijectors to 0.15 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 9a678758..b2892be9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,7 +25,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] ADTypes = "0.2.1, 1" -Bijectors = "0.13, 0.14" +Bijectors = "0.13, 0.14, 0.15" DiffResults = "1" DifferentiationInterface = "0.6" Distributions = "0.25.111"