Skip to content

Commit eeedffa

Browse files
authored
Require Julia LTS (#1253)
1 parent db4881f commit eeedffa

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
@@ -1,7 +1,7 @@
11
name = "Meshes"
22
uuid = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
33
authors = ["Júlio Hoffimann and contributors"]
4-
version = "0.54.6"
4+
version = "0.55.0"
55

66
[deps]
77
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
@@ -26,22 +26,22 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2626
Bessels = "0.2"
2727
CircularArrays = "1.3"
2828
Colorfy = "1.1"
29-
CoordRefSystems = "0.18"
29+
CoordRefSystems = "0.19"
3030
DelaunayTriangulation = "1.0"
3131
Distances = "0.10"
32-
LinearAlgebra = "1.9"
32+
LinearAlgebra = "1.10"
3333
Makie = "0.24"
3434
NearestNeighbors = "0.4"
35-
Random = "1.9"
35+
Random = "1.10"
3636
Rotations = "1.5.1"
3737
ScopedValues = "1.2"
38-
SparseArrays = "1.9"
38+
SparseArrays = "1.10"
3939
StaticArrays = "1.0"
4040
StatsBase = "0.33, 0.34"
4141
TiledIteration = "0.5"
4242
TransformsBase = "1.6"
4343
Unitful = "1.17"
44-
julia = "1.9"
44+
julia = "1.10"
4545

4646
[extensions]
4747
MeshesMakieExt = "Makie"

0 commit comments

Comments
 (0)