Skip to content

Commit 53bfdcd

Browse files
authored
Merge pull request #377 from control-toolbox/compathelper/new_version/2025-10-04-00-33-31-874-02146060738
CompatHelper: bump compat for JSON to 1 for package test, (drop existing compat)
2 parents 2c5b74b + 662a3cc commit 53bfdcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ CTBaseDocstrings = ["HTTP","JSON"]
1616
[compat]
1717
DocStringExtensions = "0.9"
1818
HTTP = "1"
19-
JSON = "0.21"
19+
JSON = "1"
2020
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
88
Documenter = "1"
99
DocumenterMermaid = "0.2"
1010
HTTP = "1"
11-
JSON = "0.21"
11+
JSON = "1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Aqua = "0.8"
1212
Documenter = "1"
1313
HTTP = "1"
1414
JET = "0.9"
15-
JSON = "0.21"
15+
JSON = "1"
1616
JuliaFormatter = "2"
1717
Test = "1"

0 commit comments

Comments
 (0)