Skip to content

Commit

Permalink
Add Suppressor.jl to tests' deps
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed May 10, 2020
1 parent 44bf8ae commit c4f6cb2
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 @@ -26,9 +26,10 @@ julia = "1"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"

[targets]
test = ["Test", "Roots", "Unitful", "UnitfulAtomic", "IterTools", "CSV"]
test = ["Test", "Roots", "Unitful", "UnitfulAtomic", "IterTools", "CSV", "Suppressor"]

0 comments on commit c4f6cb2

Please sign in to comment.