Skip to content

Commit 2b1debb

Browse files
committed
fix target in Project.toml
1 parent ef44db3 commit 2b1debb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1010
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1111

1212
[extensions]
13-
IntervalSetsStatisticsExt = "Statistics"
13+
FixedPointNumbersStatisticsExt = "Statistics"
1414

1515
[compat]
1616
julia = "1"
1717

1818
[extras]
1919
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
20+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2021
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2122

2223
[targets]
23-
test = ["Documenter", "Test"]
24+
test = ["Documenter", "Statistics", "Test"]

0 commit comments

Comments
 (0)