Skip to content

Commit 95d4aea

Browse files
committed
Update to latest version
1 parent 4359d3b commit 95d4aea

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: julia-actions/setup-julia@v1
2323
with:
24-
version: '1.11'
24+
version: '1.12'
2525
- name: Configure doc environment
2626
run: |
2727
julia --project=docs/ -e '

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VPLDocs"
22
uuid = "19246b20-85cd-4f94-a989-28bb6828320f"
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
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -19,15 +19,15 @@ VirtualPlantLab = "b977ecfa-1b9a-418d-909d-4ebe565736ce"
1919

2020
[compat]
2121
Distributions = "0.25.120"
22-
Ecophys = "0.1.0"
22+
Ecophys = "0.1.1"
2323
FastGaussQuadrature = "1.0.2"
24-
PlantGeomPrimitives = "0.1.0"
25-
PlantGeomTurtle = "0.1.0"
26-
PlantGraphs = "0.1.0"
27-
PlantRayTracer = "0.1.0"
28-
PlantSimEngine = "0.9"
29-
PlantViz = "0.1.0"
24+
PlantGeomPrimitives = "0.1.1"
25+
PlantGeomTurtle = "0.1.1"
26+
PlantGraphs = "0.1.3"
27+
PlantRayTracer = "0.1.1"
28+
PlantSimEngine = "0.13.2"
29+
PlantViz = "0.1.1"
3030
Plots = "1.40.17"
31-
SkyDomes = "0.1.9"
31+
SkyDomes = "0.1.10"
3232
VirtualPlantLab = "0.1.0"
33-
julia = "1.11"
33+
julia = "1.12"

0 commit comments

Comments
 (0)