Skip to content

Commit 20362c0

Browse files
committed
Merge branch 'remesh' of github.com:JuliaGeometry/MeshIntegrals.jl into remesh
2 parents dc431e7 + 46f7240 commit 20362c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.32.0
13+
uses: crate-ci/typos@v1.34.0

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Enzyme = "0.13.47"
2525
FastGaussQuadrature = "1"
2626
HCubature = "1.5"
2727
LinearAlgebra = "1"
28-
Meshes = "0.51.20, 0.52, 0.53"
28+
Meshes = "0.51.20, 0.52, 0.53, 0.54"
2929
QuadGK = "2.1.1"
3030
Unitful = "1.19"
3131
julia = "1.9"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CoordRefSystems = "0.15, 0.16, 0.17, 0.18"
1717
Enzyme = "0.13.47"
1818
ExplicitImports = "1.6.0"
1919
LinearAlgebra = "1"
20-
Meshes = "0.51.20, 0.52, 0.53"
20+
Meshes = "0.51.20, 0.52, 0.53, 0.54"
2121
SpecialFunctions = "2"
2222
TestItemRunner = "1"
2323
TestItems = "1"

0 commit comments

Comments
 (0)