Skip to content

Commit

Permalink
Update Aqua to workaround ambiguity detection in Julia 1.6.0-DEV.816 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 6, 2020
1 parent 17decd2 commit ac5f516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/environments/jl10/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ version = "0.5.0"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "2c366fa12569d9232b5b7cfa37c36f3f1b2665b2"
git-tree-sha1 = "0ce3be2271a966746ea05caf493edf45162cce1b"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl.git"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.4-DEV"
version = "0.4.5-DEV"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
Expand Down
4 changes: 2 additions & 2 deletions test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ version = "0.5.0"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "2c366fa12569d9232b5b7cfa37c36f3f1b2665b2"
git-tree-sha1 = "0ce3be2271a966746ea05caf493edf45162cce1b"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl.git"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.4-DEV"
version = "0.4.5-DEV"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
Expand Down
4 changes: 2 additions & 2 deletions test/environments/old/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ version = "0.5.0"

[[Aqua]]
deps = ["Pkg", "Test"]
git-tree-sha1 = "2c366fa12569d9232b5b7cfa37c36f3f1b2665b2"
git-tree-sha1 = "0ce3be2271a966746ea05caf493edf45162cce1b"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl.git"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.4.4-DEV"
version = "0.4.5-DEV"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
Expand Down

0 comments on commit ac5f516

Please sign in to comment.