Skip to content

Commit 021e198

Browse files
github-actions[bot]CompatHelper Juliasvchb
authored
CompatHelper: bump compat for JSON to 1, (keep existing compat) (#938)
* CompatHelper: bump compat for JSON to 1, (keep existing compat) * Update Project.toml * also change test to fix tests --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Sven Berger <[email protected]>
1 parent 1b12d12 commit 021e198

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ FastPow = "0.1"
5050
FileIO = "1"
5151
ForwardDiff = "1"
5252
GPUArraysCore = "0.2"
53-
JSON = "0.21"
53+
JSON = "1"
5454
KernelAbstractions = "0.9"
5555
MuladdMacro = "0.2"
5656
OrdinaryDiffEq = "6.91"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26"
1717

1818
[compat]
1919
CSV = "0.10"
20-
CairoMakie = "0.13, 0.15"
20+
CairoMakie = "0.15"
2121
DataFrames = "1.6"
2222
GLM = "1.9"
2323
Glob = "1.3"
24-
JSON = "0.21"
24+
JSON = "1"
2525
OrdinaryDiffEq = "6.49"
2626
Plots = "1"
2727
Polyester = "0.7"

0 commit comments

Comments
 (0)