Skip to content

Commit 4dbbf78

Browse files
committed
Update Project.toml for Julia 1.12 compatibility
1 parent 92802a6 commit 4dbbf78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ Gridap = "=0.18.12"
4343
GridapDistributed = "=0.4.7"
4444
GridapGmsh = "=0.7.2"
4545
GridapPETSc = "=0.5.3"
46-
LinearAlgebra = "=1.11.0"
46+
LinearAlgebra = "1.11.0"
4747
MPI = "=0.20.22"
4848
NearestNeighbors = "=0.4.21"
4949
Parameters = "=0.12.3"
5050
PartitionedArrays = "=0.3.5"
51-
Pkg = "=1.11.0"
52-
Random = "=1.11.0"
51+
Pkg = "1.11.0"
52+
Random = "1.11.0"
5353
Revise = "=3.8.0"
5454
ScatteredInterpolation = "=0.3.6"
55-
SparseArrays = "=1.11.0"
56-
Statistics = "=1.11.1"
55+
SparseArrays = "1.11.0"
56+
Statistics = "1.11.1"
5757
SyntheticEddyMethod = "=0.4.4"
58-
Test = "=1.11.0"
58+
Test = "1.11.0"
5959
Trapz = "=2.0.3"
6060
UnPack = "=1.0.2"

0 commit comments

Comments
 (0)