tUpdate Julia version for deployment - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3e2b5ff79e07443f8730eb7095ea764e2346b0a2
(DIR) parent 5f3c765741717bda5bf72e8edd5c64d556190d91
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 12 Sep 2018 22:14:23 +0200
Update Julia version for deployment
Diffstat:
M docs/make.jl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/docs/make.jl b/docs/make.jl
t@@ -25,7 +25,7 @@ makedocs(
deploydocs(
repo = "github.com/anders-dc/Granular.jl.git",
- julia = "0.6",
+ julia = "1.0",
deps = nothing,
make = nothing,
target = "build",