Skip to content

Commit 5a19aae

Browse files
authored
Update Project.toml
1 parent a19d7c4 commit 5a19aae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.11.5"
3+
version = "0.11.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -19,10 +19,10 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1919

2020
[compat]
2121
AbstractFFTs = "0.4"
22-
ApproxFunBase = "0.1.5"
23-
ApproxFunFourier = "0.1.2"
24-
ApproxFunOrthogonalPolynomials = "0.2"
25-
ApproxFunSingularities = "0.1.1"
22+
ApproxFunBase = "0.1.6"
23+
ApproxFunFourier = "0.1.5"
24+
ApproxFunOrthogonalPolynomials = "0.2.3"
25+
ApproxFunSingularities = "0.1.3"
2626
Calculus = "0.5"
2727
DomainSets = "0.1"
2828
DualNumbers = "0.6.2"
@@ -37,4 +37,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3737
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3838

3939
[targets]
40-
test = ["Test","Random","SpecialFunctions"]
40+
test = ["Test","Random","SpecialFunctions"]

0 commit comments

Comments
 (0)