Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit 3e2b5ff79e07443f8730eb7095ea764e2346b0a2
parent 5f3c765741717bda5bf72e8edd5c64d556190d91
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 12 Sep 2018 22:14:23 +0200

Update Julia version for deployment

Diffstat:
Mdocs/make.jl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/make.jl b/docs/make.jl @@ -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",