From 8c32ac842abd0adfb0df9f694b2e210a05a54fa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2020 00:02:35 +0000 Subject: [PATCH] CompatHelper: bump compat for "JSONSchema" to "0.3" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8b58c3af20..1d813cf068 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ BenchmarkTools = "0.4, 0.5" CodecBzip2 = "~0.6, 0.7" CodecZlib = "~0.6, 0.7" JSON = "~0.21" -JSONSchema = "0.2" +JSONSchema = "0.2, 0.3" MutableArithmetics = "0.2" OrderedCollections = "1" julia = "1"