aboutsummaryrefslogtreecommitdiffstats
path: root/examples/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/elm.json')
-rw-r--r--examples/elm.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/elm.json b/examples/elm.json
index 2017dd4..ffff9fc 100644
--- a/examples/elm.json
+++ b/examples/elm.json
@@ -4,12 +4,13 @@
"../src",
"."
],
- "elm-version": "0.19.0",
+ "elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
+ "elm/http": "1.0.0",
"elm/json": "1.0.0"
},
"indirect": {
@@ -22,4 +23,4 @@
"direct": {},
"indirect": {}
}
-} \ No newline at end of file
+}