Skip to content

Commit

Permalink
CompatHelper: bump compat for Meshes to 0.50 for package docs, (keep …
Browse files Browse the repository at this point in the history
…existing compat) (#81)

* CompatHelper: bump compat for Meshes to 0.50 for package docs, (keep existing compat)

* CompatHelper: bump compat for Meshes to 0.50 for package test, (keep existing compat) (#82)

* CompatHelper: bump compat for Meshes to 0.50 for package test, (keep existing compat)

* CompatHelper: bump compat for Meshes in [weakdeps] to 0.50, (keep existing compat) (#80)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and CompatHelper Julia committed Aug 29, 2024
1 parent 2d70f6a commit 3a6bafb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ KernelInterpolationMeshesExt = "Meshes"
DiffEqCallbacks = "3"
ForwardDiff = "0.10.36"
LinearAlgebra = "1"
Meshes = "0.46, 0.47, 0.48, 0.49"
Meshes = "0.46, 0.47, 0.48, 0.49, 0.50"
Printf = "1"
ReadVTK = "0.2"
RecipesBase = "1.3.4"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"

[compat]
Documenter = "1"
Meshes = "0.46, 0.47, 0.48, 0.49"
Meshes = "0.46, 0.47, 0.48, 0.49, 0.50"
Plots = "1.9"
QuasiMonteCarlo = "0.3"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
Aqua = "0.8.3"
ExplicitImports = "1.0.1"
LinearAlgebra = "1"
Meshes = "0.46, 0.47, 0.48, 0.49"
Meshes = "0.46, 0.47, 0.48, 0.49, 0.50"
OrdinaryDiffEq = "6.68"
Plots = "1.25.11"
QuasiMonteCarlo = "0.3.1"
Expand Down

0 comments on commit 3a6bafb

Please sign in to comment.