Skip to content

Commit

Permalink
upd test compat
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed Feb 19, 2024
1 parent 1df8aa6 commit 0000000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Aqua = "0.6"
Aqua = "0.8"
CompatHelperLocal = "0.1.24"
IntervalSets = "0.7.2"
OptimizationMetaheuristics = "0.1.2"
OptimizationOptimJL = "0.1.5"
OptimizationMetaheuristics = "0.2"
OptimizationOptimJL = "0.2"
StaticArrays = "1.5.6"
StructArrays = "0.6.8"
TestItemRunner = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ end
CHL.@check()

using Aqua
Aqua.test_all(AccessorsExtra, piracy=false, ambiguities=false, project_toml_formatting=false)
Aqua.test_all(AccessorsExtra, piracies=false, ambiguities=false)
end

2 comments on commit 0000000

@aplavin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.1.1 already exists

Please sign in to comment.