Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.24" (#93)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "Distributions" to "0.24"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
  • Loading branch information
github-actions[bot] and baggepinnen authored Oct 9, 2020
1 parent 3bd31a3 commit a19a8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MonteCarloMeasurements"
uuid = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
authors = ["baggepinnen <[email protected]>"]
version = "0.9.7"
version = "0.9.8"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -19,7 +19,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Distributions = "0.17,0.18,0.19,0.20,0.21, 0.22, 0.23"
Distributions = "0.17,0.18,0.19,0.20,0.21, 0.22, 0.23, 0.24"
GenericLinearAlgebra = "<0.3"
MacroTools = "<0.6"
RecipesBase = "<0.8, 0.8, 1.0"
Expand Down

0 comments on commit a19a8e5

Please sign in to comment.