Skip to content

Commit 0a5dc88

Browse files
authored
Update the compat bounds of dependencies in documentation (#190)
* Use Documenter 0.26 * Add a compat bound on JSON
1 parent 5dd0717 commit 0a5dc88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
44
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
55

66
[compat]
7-
Documenter = "0.25"
7+
Documenter = "0.26"
8+
JSON = "0.21"

0 commit comments

Comments
 (0)