Skip to content

Commit 120e0a4

Browse files
Fixing TestApp Manifest.toml
1 parent e998a2b commit 120e0a4

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

test/TestApp/Manifest.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ version = "1.3.1"
9898

9999
[[Distances]]
100100
deps = ["LinearAlgebra", "Statistics", "StatsAPI"]
101-
git-tree-sha1 = "9f46deb4d4ee4494ffb5a40a27a2aced67bdd838"
101+
git-tree-sha1 = "09d9eaef9ef719d2cd5d928a191dc95be2ec8059"
102102
uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
103-
version = "0.10.4"
103+
version = "0.10.5"
104104

105105
[[Distributed]]
106106
deps = ["Random", "Serialization", "Sockets"]
@@ -148,14 +148,14 @@ version = "0.10.21"
148148

149149
[[Gridap]]
150150
deps = ["AbstractTrees", "BSON", "BlockArrays", "Combinatorics", "DocStringExtensions", "FastGaussQuadrature", "FileIO", "FillArrays", "ForwardDiff", "JLD2", "JSON", "LineSearches", "LinearAlgebra", "NLsolve", "NearestNeighbors", "QuadGK", "Random", "SparseArrays", "SparseMatricesCSR", "StaticArrays", "Test", "WriteVTK"]
151-
git-tree-sha1 = "1c5c6b7cbdc5895f690d731e3653d01636eaa243"
151+
git-tree-sha1 = "d3bfeb769259b08f7385bdad91681f38c50fc519"
152152
repo-rev = "gridap_distributed"
153153
repo-url = "https://github.com/gridap/Gridap.jl"
154154
uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e"
155155
version = "0.17.0"
156156

157157
[[GridapDistributed]]
158-
deps = ["FillArrays", "Gridap", "LinearAlgebra", "MPI", "PartitionedArrays", "SparseArrays"]
158+
deps = ["FillArrays", "Gridap", "LinearAlgebra", "MPI", "PartitionedArrays", "SparseArrays", "WriteVTK"]
159159
path = "../.."
160160
uuid = "f9701e48-63b3-45aa-9a63-9bc6c271f355"
161161
version = "0.2.0"
@@ -357,9 +357,9 @@ version = "0.12.3"
357357

358358
[[Parsers]]
359359
deps = ["Dates"]
360-
git-tree-sha1 = "98f59ff3639b3d9485a03a72f3ab35bab9465720"
360+
git-tree-sha1 = "f19e978f81eca5fd7620650d7dbea58f825802ee"
361361
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
362-
version = "2.0.6"
362+
version = "2.1.0"
363363

364364
[[PartitionedArrays]]
365365
deps = ["Distances", "IterativeSolvers", "LinearAlgebra", "MPI", "Printf", "SparseArrays", "SparseMatricesCSR"]
@@ -511,9 +511,7 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
511511

512512
[[WriteVTK]]
513513
deps = ["Base64", "CodecZlib", "FillArrays", "LightXML", "TranscodingStreams"]
514-
git-tree-sha1 = "9345fe8d0bf4f789bb1305f248595ceb7dd97d1b"
515-
repo-rev = "master"
516-
repo-url = "https://github.com/gridap/WriteVTK.jl"
514+
git-tree-sha1 = "c3403143cecb391ea51fc133be82b024e4ce720b"
517515
uuid = "64499a7a-5c06-52f2-abe2-ccb03c286192"
518516
version = "1.11.0"
519517

0 commit comments

Comments
 (0)