Skip to content

Commit 9a1411e

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for Preferences at version 1, (keep existing compat) (#318)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent 4d7e12d commit 9a1411e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Project.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
2727
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2828
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2929

30-
[weakdeps]
31-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
32-
33-
[extensions]
34-
SpecialFunctionsExt = "SpecialFunctions"
35-
3630
[compat]
3731
Adapt = "4"
3832
Artifacts = "1"
@@ -46,11 +40,18 @@ LLVM = "6"
4640
LLVMDowngrader_jll = "0.1"
4741
ObjectFile = "0.4"
4842
ObjectiveC = "2.1"
43+
Preferences = "1"
4944
Reexport = "1.0"
5045
Requires = "1"
5146
SHA = "0.7"
5247
StaticArrays = "1"
5348
julia = "1.8"
5449

50+
[extensions]
51+
SpecialFunctionsExt = "SpecialFunctions"
52+
5553
[extras]
5654
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
55+
56+
[weakdeps]
57+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)