Add Suppressor as a test dependency

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/4/head
parent b3e5319fad
commit ba57b38d5b
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -7,13 +7,14 @@ version = "0.1.0"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
[compat]
julia = "1.6"
EzXML = "1.1"
julia = "1.6"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
[targets]
test = ["Test", "Documenter", "EzXML"]
test = ["Test", "Documenter", "EzXML", "Suppressor"]

Loading…
Cancel
Save