Skip to content

Commit

Permalink
Update version number in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Nov 13, 2023
1 parent 2f737ad commit 73d849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ recommended to add a version bound for Aqua.jl.
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"
Aqua = "0.8"
```

2. In `YourPackage/Project.toml`, add Aqua.jl to `[compat]` and `[extras]` section and the `test` target, like
```toml
[compat]
Aqua = "0.7"
Aqua = "0.8"

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

0 comments on commit 73d849b

Please sign in to comment.