diff --git a/Project.toml b/Project.toml index a9664d1..61ce3e0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "CalculusWithJulia" uuid = "a2e0e22d-7d4c-5312-9169-8b992201a882" -version = "0.1.1" +version = "0.1.2" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -21,16 +21,16 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Contour = "0.5" +Contour = "0.5, 0.6" ForwardDiff = "0.10" HCubature = "1" -IntervalSets = "0.5" +IntervalSets = "0.5, 0.6, 0.7" JSON = "0.10, 0.20, 0.21, 1" PlotUtils = "1" RecipesBase = "0.7, 0.8, 1.0" Reexport = "1" Requires = "1" Roots = "1, 2" -SpecialFunctions = "1" +SpecialFunctions = "1, 2" SplitApplyCombine = "1" julia = "1"