Skip to content

Commit

Permalink
add UnicodePlots to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Feb 24, 2023
1 parent 4532039 commit d75996e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[targets]
test = ["Random", "StableRNGs", "Test", "FillArrays"]
test = ["FillArrays", "Random", "StableRNGs", "Test", "UnicodePlots"]

0 comments on commit d75996e

Please sign in to comment.