Skip to content

Commit

Permalink
Merge pull request #2369 from CliMA/gb/update_aqua
Browse files Browse the repository at this point in the history
Update to Aqua 0.8
  • Loading branch information
Sbozzolo authored Nov 16, 2023
2 parents 0ba7688 + 2f3056c commit e5dcb33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ClimaCore = "0.10.55"
ClimaTimeSteppers = "0.7.14"
CloudMicrophysics = "0.15.0"
Colors = "0.12"
CPUSummary = "0.2"
Dates = "1"
Dierckx = "0.5"
DiffEqBase = "6"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
Aqua = "0.6"
Aqua = "0.8"
BlockArrays = "0.16"
CairoMakie = "0.10"
ClimaCoreMakie = "0.4"
Expand Down
3 changes: 1 addition & 2 deletions test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ end
Aqua.test_stale_deps(ClimaAtmos)
Aqua.test_deps_compat(ClimaAtmos)
Aqua.test_project_extras(ClimaAtmos)
Aqua.test_project_toml_formatting(ClimaAtmos)
Aqua.test_piracy(ClimaAtmos)
Aqua.test_piracies(ClimaAtmos)
end

nothing

0 comments on commit e5dcb33

Please sign in to comment.