Skip to content

Commit 9d4280c

Browse files
CompatHelper: bump compat for "SpecialFunctions" to "1.0" for package test (#189)
This pull request changes the compat entry for the `SpecialFunctions` package from `0.10.3` to `0.10.3, 1.0` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: David Widmann <[email protected]>
1 parent f9adfeb commit 9d4280c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ MacroTools = "0.5.5"
5050
NamedArrays = "0.9"
5151
Reexport = "0.2"
5252
Requires = "1.0.1"
53-
SpecialFunctions = "0.10.3"
53+
SpecialFunctions = "0.10.3, 1.0"
5454
StatsBase = "0.33"
5555
StatsFuns = "0.9.5"
5656
Tracker = "0.2.11"

0 commit comments

Comments
 (0)