Skip to content

Commit 7002677

Browse files
github-actions[bot]CompatHelper JuliaJoshuaLampert
authored
CompatHelper: bump compat for Meshes to 0.53 for package docs, (keep existing compat) (#116)
* CompatHelper: bump compat for Meshes to 0.53 for package docs, (keep existing compat) * CompatHelper: bump compat for Meshes in [weakdeps] to 0.53, (keep existing compat) (#115) Co-authored-by: CompatHelper Julia <[email protected]> * CompatHelper: bump compat for Meshes to 0.53 for package test, (keep existing compat) (#117) Co-authored-by: CompatHelper Julia <[email protected]> --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]>
1 parent 10630d1 commit 7002677

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
@@ -31,7 +31,7 @@ KernelInterpolationMeshesExt = "Meshes"
3131
DiffEqCallbacks = "3, 4"
3232
ForwardDiff = "0.10.36"
3333
LinearAlgebra = "1"
34-
Meshes = "0.52.1"
34+
Meshes = "0.52.1, 0.53"
3535
Printf = "1"
3636
Random = "1"
3737
ReadVTK = "0.2"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ CairoMakie = "0.12, 0.13"
1212
Changelog = "1"
1313
Documenter = "1"
1414
LinearAlgebra = "1"
15-
Meshes = "0.52.1"
15+
Meshes = "0.52.1, 0.53"
1616
Plots = "1.9"
1717
QuasiMonteCarlo = "0.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
1818
Aqua = "0.8.3"
1919
ExplicitImports = "1.0.1"
2020
LinearAlgebra = "1"
21-
Meshes = "0.52.1"
21+
Meshes = "0.52.1, 0.53"
2222
OrdinaryDiffEqNonlinearSolve = "1.3"
2323
OrdinaryDiffEqRosenbrock = "1.3"
2424
Plots = "1.25.11"

0 commit comments

Comments
 (0)