Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #173 from KristofferC/master
Browse files Browse the repository at this point in the history
fix target section in Project
  • Loading branch information
SimonDanisch authored Jul 2, 2019
2 parents e1eb63b + 52ee507 commit b9408b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ColorTypes = "≥ 0.3.1"
FixedPointNumbers = "≥ 0.3.0"
StaticArrays = "≥ 0.11.0"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit b9408b9

Please sign in to comment.