Skip to content

Commit

Permalink
Update REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianM-C committed Mar 5, 2019
1 parent 18894ff commit 48886ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

[compat]
julia = "1.0"

[extras]
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Parameters", "LinearAlgebra", "Serialization", "JLD"]
test = ["Test", "Parameters", "LinearAlgebra", "JLD"]
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 1.0
LightGraphs
GraphPlot
JLD
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ makedocs(;
],
repo="https://github.com/SebastianM-C/StorageGraphs.jl/blob/{commit}{path}#L{line}",
sitename="StorageGraphs.jl",
authors="sebastian",
authors="Sebastian Micluța-Câmpeanu",
assets=[],
)

Expand Down

0 comments on commit 48886ab

Please sign in to comment.