From 9130d5e5db7bbffeba916c871895e9ae25f142ca Mon Sep 17 00:00:00 2001 From: Elaad Furreedan Date: Wed, 3 Apr 2019 17:43:38 +0200 Subject: [PATCH] Fixes #14584: port change-validation plugin to elm 0.19 --- change-validation/src/main/elm/elm.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/change-validation/src/main/elm/elm.json b/change-validation/src/main/elm/elm.json index e6e496b02..f78a88c08 100644 --- a/change-validation/src/main/elm/elm.json +++ b/change-validation/src/main/elm/elm.json @@ -9,15 +9,17 @@ "NoRedInk/elm-json-decode-pipeline": "1.0.0", "ccapndave/elm-flat-map": "1.2.0", "elm/browser": "1.0.1", - "elm/core": "1.0.0", + "elm/core": "1.0.2", "elm/html": "1.0.0", - "elm/http": "1.0.0", + "elm/http": "2.0.0", "elm/json": "1.1.3", "elm/regex": "1.0.0", - "elm-community/list-extra": "8.1.0", + "elm-community/list-extra": "8.2.0", "pablen/toasty": "1.2.0" }, "indirect": { + "elm/bytes": "1.0.8", + "elm/file": "1.0.5", "elm/random": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0",