Skip to content

Commit 70bbfa9

Browse files
committed
Update to Julia 1.12
1 parent a1c918e commit 70bbfa9

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15-
- '1.11'
15+
- '1.12'
1616
os:
1717
- ubuntu-latest
1818
arch:

Manifest.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.12.0"
3+
julia_version = "1.12.4"
44
manifest_format = "2.0"
55
project_hash = "5af72f3f445ae58649701d82c41f88fbeacce7d9"
66

@@ -45,7 +45,7 @@ version = "1.11.0"
4545
[[deps.Downloads]]
4646
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
4747
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
48-
version = "1.6.0"
48+
version = "1.7.0"
4949

5050
[[deps.EarCut_jll]]
5151
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -116,7 +116,7 @@ version = "0.6.4"
116116
[[deps.LibCURL_jll]]
117117
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "Zlib_jll", "nghttp2_jll"]
118118
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
119-
version = "8.11.1+1"
119+
version = "8.15.0+0"
120120

121121
[[deps.LibGit2]]
122122
deps = ["LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
@@ -159,7 +159,7 @@ version = "0.5.3"
159159

160160
[[deps.MozillaCACerts_jll]]
161161
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
162-
version = "2025.5.20"
162+
version = "2025.11.4"
163163

164164
[[deps.NetworkOptions]]
165165
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
@@ -173,12 +173,12 @@ version = "0.3.29+0"
173173
[[deps.OpenSSL_jll]]
174174
deps = ["Artifacts", "Libdl"]
175175
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
176-
version = "3.5.1+0"
176+
version = "3.5.4+0"
177177

178178
[[deps.Pkg]]
179179
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
180180
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
181-
version = "1.12.0"
181+
version = "1.12.1"
182182

183183
[deps.Pkg.extensions]
184184
REPLExt = "REPL"
@@ -190,7 +190,7 @@ version = "1.12.0"
190190
deps = ["ColorTypes", "CoordinateTransformations", "FileIO", "GeometryBasics", "LinearAlgebra", "MeshIO", "Rotations", "StaticArrays"]
191191
path = "."
192192
uuid = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
193-
version = "0.1.0"
193+
version = "0.1.1"
194194

195195
[[deps.PrecompileTools]]
196196
deps = ["Preferences"]
@@ -200,9 +200,9 @@ version = "1.3.3"
200200

201201
[[deps.Preferences]]
202202
deps = ["TOML"]
203-
git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d"
203+
git-tree-sha1 = "522f093a29b31a93e34eaea17ba055d850edea28"
204204
uuid = "21216c6a-2e73-6563-6e65-726566657250"
205-
version = "1.5.0"
205+
version = "1.5.1"
206206

207207
[[deps.Printf]]
208208
deps = ["Unicode"]
@@ -211,9 +211,9 @@ version = "1.11.0"
211211

212212
[[deps.Quaternions]]
213213
deps = ["LinearAlgebra", "Random", "RealDot"]
214-
git-tree-sha1 = "994cc27cdacca10e68feb291673ec3a76aa2fae9"
214+
git-tree-sha1 = "4d8c1b7c3329c1885b857abb50d08fa3f4d9e3c8"
215215
uuid = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
216-
version = "0.7.6"
216+
version = "0.7.7"
217217

218218
[[deps.Random]]
219219
deps = ["SHA"]
@@ -250,9 +250,9 @@ version = "0.7.0"
250250

251251
[[deps.StaticArrays]]
252252
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
253-
git-tree-sha1 = "b8693004b385c842357406e3af647701fe783f98"
253+
git-tree-sha1 = "eee1b9ad8b29ef0d936e3ec9838c7ec089620308"
254254
uuid = "90137ffa-7385-5640-81b9-e52037218182"
255-
version = "1.9.15"
255+
version = "1.9.16"
256256

257257
[deps.StaticArrays.extensions]
258258
StaticArraysChainRulesCoreExt = "ChainRulesCore"
@@ -263,9 +263,9 @@ version = "1.9.15"
263263
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
264264

265265
[[deps.StaticArraysCore]]
266-
git-tree-sha1 = "192954ef1208c7019899fbf8049e717f92959682"
266+
git-tree-sha1 = "6ab403037779dae8c514bad259f32a447262455a"
267267
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
268-
version = "1.4.3"
268+
version = "1.4.4"
269269

270270
[[deps.Statistics]]
271271
deps = ["LinearAlgebra"]
@@ -310,14 +310,14 @@ version = "1.3.1+2"
310310
[[deps.libblastrampoline_jll]]
311311
deps = ["Artifacts", "Libdl"]
312312
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
313-
version = "5.13.1+1"
313+
version = "5.15.0+0"
314314

315315
[[deps.nghttp2_jll]]
316316
deps = ["Artifacts", "Libdl"]
317317
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
318318
version = "1.64.0+1"
319319

320320
[[deps.p7zip_jll]]
321-
deps = ["Artifacts", "Libdl"]
321+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
322322
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
323-
version = "17.5.0+2"
323+
version = "17.7.0+0"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlantGeomPrimitives"
22
uuid = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
33
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"

0 commit comments

Comments
 (0)