Skip to content

Commit

Permalink
Bump Aqua.jl to 0.6.2 (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jun 1, 2023
1 parent 1d0b766 commit a94bc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using Aqua
unbound_args=false, # TODO: fix unbound type parameters
undefined_exports=true,
project_extras=true,
stale_deps=false, # some weird error with GAP_lib_jll
stale_deps=true,
deps_compat=true,
project_toml_formatting=true,
piracy=false, # TODO: check the reported methods to be moved upstream
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.6"
Aqua = "0.6.2"

0 comments on commit a94bc0e

Please sign in to comment.