Skip to content

Commit 81f716c

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for ObjectiveC to 2, (keep existing compat) (#297)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent 617f906 commit 81f716c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

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

29-
[weakdeps]
30-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
31-
32-
[extensions]
33-
SpecialFunctionsExt = "SpecialFunctions"
34-
3529
[compat]
3630
Adapt = "4"
3731
Artifacts = "1"
@@ -44,12 +38,18 @@ KernelAbstractions = "0.9.1"
4438
LLVM = "6"
4539
LLVMDowngrader_jll = "0.1"
4640
ObjectFile = "0.4"
47-
ObjectiveC = "1.1"
41+
ObjectiveC = "1.1, 2"
4842
Reexport = "1.0"
4943
Requires = "1"
5044
SHA = "0.7"
5145
StaticArrays = "1"
5246
julia = "1.8"
5347

48+
[extensions]
49+
SpecialFunctionsExt = "SpecialFunctions"
50+
5451
[extras]
5552
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
53+
54+
[weakdeps]
55+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 commit comments

Comments
 (0)