Skip to content

Commit 2fef99b

Browse files
CompatHelper: bump compat for "Distributions" to "0.25" (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 391c236 commit 2fef99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1212

1313
[compat]
1414
AbstractMCMC = "2"
15-
Distributions = "0.23, 0.24"
15+
Distributions = "0.23, 0.24, 0.25"
1616
Libtask = "0.5"
1717
StatsFuns = "0.9"
1818
julia = "1.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
99
AbstractMCMC = "2"
10-
Distributions = "0.24"
10+
Distributions = "0.24, 0.25"
1111
Libtask = "0.5"
1212
julia = "1.3"

0 commit comments

Comments
 (0)