Skip to content

Commit

Permalink
fix test dependencies on Julia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Mar 8, 2020
1 parent bf8dd0a commit 2556251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ version = "0.1.0"

[deps]
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[targets]
test = ["Test", "LinearAlgebra"]

0 comments on commit 2556251

Please sign in to comment.