Skip to content

Commit

Permalink
add compat section for test dependencies (#70)
Browse files Browse the repository at this point in the history
* add compat section for test dependencies

* julia 1.0 requires an older Documenter

* need a Test compat entry
  • Loading branch information
stevengj authored Nov 16, 2023
1 parent 6a93912 commit 4b64d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "1.3.1"

[compat]
julia = "1"
Aqua = "0.8"
Documenter = "0.19,0.20,0.21,0.22,0.23,0.24,0.25,0.26,0.27, 1"
Test = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 4b64d70

Please sign in to comment.