Skip to content

Commit 5411797

Browse files
authored
Merge pull request #435 from JuliaDiff/compathelper/new_version/2020-01-14-18-04-34-277-4023668905
CompatHelper: bump compat for "SpecialFunctions" to "0.10"
2 parents 4ec6ce1 + 6ccd3d1 commit 5411797

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DiffResults = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.1"
1818
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"
1919
DiffTests = "0.0.1, 0.1"
2020
NaNMath = "0.2.2, 0.3"
21-
SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
21+
SpecialFunctions = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2222
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12"
2323
julia = "1"
2424

docs/Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
2727

2828
[[DiffResults]]
2929
deps = ["StaticArrays"]
30-
git-tree-sha1 = "b5b37c47c5cee040a47d02cf65144ab7c5d8aef6"
30+
git-tree-sha1 = "da24935df8e0c6cf28de340b958f6aac88eaa0cc"
3131
uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
32-
version = "1.0.1"
32+
version = "1.0.2"
3333

3434
[[DiffRules]]
3535
deps = ["NaNMath", "Random", "SpecialFunctions"]
@@ -49,7 +49,7 @@ version = "0.8.1"
4949

5050
[[Documenter]]
5151
deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
52-
git-tree-sha1 = "885467cebde4639a3d81953652cc53ff5a73cb87"
52+
git-tree-sha1 = "d57d8527da52f03398086646cb7a5ea21a1f068a"
5353
repo-rev = "master"
5454
repo-url = "https://github.com/JuliaDocs/Documenter.jl.git"
5555
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
@@ -59,7 +59,7 @@ version = "0.24.3"
5959
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
6060
path = ".."
6161
uuid = "f6369f11-7733-5829-9624-2563aa707210"
62-
version = "0.10.7"
62+
version = "0.10.8"
6363

6464
[[InteractiveUtils]]
6565
deps = ["Markdown"]

0 commit comments

Comments
 (0)