From 4f25cbdddd9c61d3b97b8a371f3a23d8535a729d Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Tue, 23 Jul 2019 07:34:12 +0200 Subject: [PATCH] Using new version of TensorValues --- Manifest.toml | 2 -- Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 46330ad..54d8836 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -52,8 +52,6 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [[TensorValues]] deps = ["LinearAlgebra", "StaticArrays"] git-tree-sha1 = "a998c534421283d1ad7cec699964600223be5357" -repo-rev = "master" -repo-url = "https://github.com/gridap/TensorValues.jl.git" uuid = "31c64edf-cdeb-50e4-845d-ed2334360c20" version = "0.3.4" diff --git a/Project.toml b/Project.toml index 60bd040..4421d0d 100644 --- a/Project.toml +++ b/Project.toml @@ -9,8 +9,8 @@ TensorValues = "31c64edf-cdeb-50e4-845d-ed2334360c20" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -StaticArrays = "0.10" -TensorValues = "0.3.1" +StaticArrays = "0.10.3" +TensorValues = "0.3.4" julia = "1" [extras]