Skip to content

Commit eaf9d50

Browse files
committed
added FillArrays as a test dep
1 parent e1bb661 commit eaf9d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Transducers = "0.4.30"
3030
julia = "1.6"
3131

3232
[extras]
33+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
3334
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
3435
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3536
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3637

3738
[targets]
38-
test = ["IJulia", "Statistics", "Test"]
39+
test = ["FillArrays", "IJulia", "Statistics", "Test"]

0 commit comments

Comments
 (0)