diff --git a/Project.toml b/Project.toml index 2c5dab4f..44a58a26 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.1" DiffRules = "0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.1, 1.0" DiffTests = "0.0.1, 0.1" NaNMath = "0.2.2, 0.3" -SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" +SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10" StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12" julia = "1" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index eae53e60..717b0a3d 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -27,9 +27,9 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" [[DiffResults]] deps = ["StaticArrays"] -git-tree-sha1 = "b5b37c47c5cee040a47d02cf65144ab7c5d8aef6" +git-tree-sha1 = "da24935df8e0c6cf28de340b958f6aac88eaa0cc" uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" -version = "1.0.1" +version = "1.0.2" [[DiffRules]] deps = ["NaNMath", "Random", "SpecialFunctions"] @@ -49,7 +49,7 @@ version = "0.8.1" [[Documenter]] deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"] -git-tree-sha1 = "885467cebde4639a3d81953652cc53ff5a73cb87" +git-tree-sha1 = "d57d8527da52f03398086646cb7a5ea21a1f068a" repo-rev = "master" repo-url = "https://github.com/JuliaDocs/Documenter.jl.git" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" @@ -59,7 +59,7 @@ version = "0.24.3" deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"] path = ".." uuid = "f6369f11-7733-5829-9624-2563aa707210" -version = "0.10.7" +version = "0.10.8" [[InteractiveUtils]] deps = ["Markdown"]