diff --git a/docs/Project.toml b/docs/Project.toml index b8de587..ff19a02 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [sources.BiNormalDistributions] path = ".." + +[compat] +Documenter = "1.16.1" diff --git a/test/Project.toml b/test/Project.toml index 6760848..eace254 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,3 +4,9 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.14" +Distributions = "0.25.123" +StableRNGs = "1.0.4" +Statistics = "1"