Skip to content

Commit 812106a

Browse files
committed
Update minimum Julia compat version to v1.9 across the board
1 parent 94c3c17 commit 812106a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

BinaryBuilderAuditor.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BinaryBuilderToolchains = "0.2"
1111
JLLGenerator = "0.3"
1212
ObjectFile = "0.4"
1313
Pkg = "1.11.0"
14-
julia = "1.6"
14+
julia = "1.9"
1515

1616
[deps]
1717
BinaryBuilderPlatformExtensions = "213f2928-4d72-6f46-7461-4c705f634367"

BinaryBuilderGitUtils.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.2.0"
77
Git = "1.3.1"
88
Git_jll = ">= 2.36.1"
99
MultiHashParsing = "0.1"
10-
julia = "1.6"
10+
julia = "1.9"
1111

1212
[deps]
1313
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"

BinaryBuilderPlatformExtensions.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1212
OrderedCollections = "1.6.3"
1313
PrecompileTools = "1.2.1"
1414
Reexport = "1.2.2"
15-
julia = "1.6"
15+
julia = "1.9"
1616

1717
[extras]
1818
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

BinaryBuilderProducts.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.2.0"
77
BinaryBuilderSources = "0.1"
88
JLLGenerator = "0.3"
99
KeywordArgumentExtraction = "1.0"
10-
julia = "1.6"
10+
julia = "1.9"
1111

1212
[deps]
1313
BinaryBuilderSources = "316c416d-4527-6863-7465-466137743047"

KeywordArgumentExtraction.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
88
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
99

1010
[compat]
11-
julia = "1.6"
11+
julia = "1.9"
1212

1313
[extras]
1414
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

MultiHashParsing.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.2.0"
77
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
88

99
[compat]
10-
julia = "1.6"
10+
julia = "1.9"
1111

1212
[extras]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)