Skip to content

Commit

Permalink
CompatHelper: bump compat for DocStringExtensions to 0.9, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat)
  • Loading branch information
CompatHelper Julia committed May 27, 2022
1 parent 5cd2650 commit 3dee05c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
julia = "^1.7"
ArgCheck = "2"
BaytesCore = "0.1"
ModelWrappers = "0.2"
BaytesFilters = "0.1"
BaytesMCMC = "0.1"
ArgCheck = "2"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
ModelWrappers = "0.2"
UnPack = "1"
julia = "^1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Distributions"]

0 comments on commit 3dee05c

Please sign in to comment.