From 85a04d509a8b912723fe3fb8d7f04c4d15166e57 Mon Sep 17 00:00:00 2001 From: tlienart Date: Wed, 15 Jul 2020 14:00:30 +0200 Subject: [PATCH] bumping up compat bound for julia for consistency with docs, ref #538 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 345e85b05..95e0753fc 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ Literate = "2.2" LiveServer = "0.4,0.5" NodeJS = "0.6,1" OrderedCollections = "1.1" -julia = "1.1" +julia = "1.3" [extras] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"