Skip to content

Commit c806c5b

Browse files
github-actions[bot]devmotion
andcommitted
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 <[email protected]>
1 parent d30b164 commit c806c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CalibrationTests"
22
uuid = "2818745e-0823-50c7-bc2d-405ac343d48b"
33
authors = ["David Widmann <[email protected]>"]
4-
version = "0.6.1"
4+
version = "0.6.2"
55

66
[deps]
77
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
@@ -21,6 +21,6 @@ ConsistencyResampling = "0.3"
2121
HypothesisTests = "0.8, 0.9, 0.10"
2222
KernelFunctions = "0.10"
2323
Reexport = "1"
24-
StatsFuns = "0.8, 0.9"
24+
StatsFuns = "0.8, 0.9, 1"
2525
StructArrays = "0.5, 0.6"
2626
julia = "1.3"

0 commit comments

Comments
 (0)