From e19764302e41c1b619b2a50727586be4ff90b6c7 Mon Sep 17 00:00:00 2001 From: "David P. Sanders" Date: Tue, 4 Sep 2018 15:25:30 -0500 Subject: [PATCH] Update Julia version in docs/make.jl --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index c6e338dfe..fc9981695 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs( deploydocs( repo = "github.com/JuliaIntervals/IntervalArithmetic.jl.git", target = "build", - julia = "0.6", + julia = "1.0", osname = "linux", deps = nothing, make = nothing