From c806c5b611f184ca2ae5e5b23fc5f36306d2f719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Sep 2022 19:45:39 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#46) This pull request changes the compat entry for the `StatsFuns` package from `0.8, 0.9` to `0.8, 0.9, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f35612f..a840bad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CalibrationTests" uuid = "2818745e-0823-50c7-bc2d-405ac343d48b" authors = ["David Widmann "] -version = "0.6.1" +version = "0.6.2" [deps] CalibrationErrors = "33913031-fe46-5864-950f-100836f47845" @@ -21,6 +21,6 @@ ConsistencyResampling = "0.3" HypothesisTests = "0.8, 0.9, 0.10" KernelFunctions = "0.10" Reexport = "1" -StatsFuns = "0.8, 0.9" +StatsFuns = "0.8, 0.9, 1" StructArrays = "0.5, 0.6" julia = "1.3"