Skip to content

Commit

Permalink
Update to Aqua 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 29, 2020
1 parent f4280af commit 2b47a52
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions test/environments/jl10/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version = "2.0.2"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "6775799bef0635cb3d96d2fdd0f145087edf8a73"
git-tree-sha1 = "b28b1f08e814090ef35eec6ab974264b3a93c862"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.9"
version = "0.5.0"

[[ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra"]
Expand Down
2 changes: 1 addition & 1 deletion test/environments/jl10/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Aqua = "0.4.7"
Aqua = "0.5"
DataFrames = ">= 0.20"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12.1"
4 changes: 2 additions & 2 deletions test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ version = "2.0.2"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "6775799bef0635cb3d96d2fdd0f145087edf8a73"
git-tree-sha1 = "b28b1f08e814090ef35eec6ab974264b3a93c862"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.9"
version = "0.5.0"

[[ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra", "SparseArrays"]
Expand Down
2 changes: 1 addition & 1 deletion test/environments/main/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Aqua = "0.4.7"
Aqua = "0.5"
DataFrames = ">= 0.20"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12.1"
4 changes: 2 additions & 2 deletions test/environments/old/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version = "0.5.0"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "6775799bef0635cb3d96d2fdd0f145087edf8a73"
git-tree-sha1 = "b28b1f08e814090ef35eec6ab974264b3a93c862"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.9"
version = "0.5.0"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
Expand Down
2 changes: 1 addition & 1 deletion test/environments/old/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

[compat]
Aqua = "0.4.7"
Aqua = "0.5"
Compat = "= 2.0"
ConstructionBase = "= 0.1"
InitialValues = "= 0.2.5"
Expand Down

0 comments on commit 2b47a52

Please sign in to comment.