Skip to content

Commit

Permalink
Upgrade tests to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Sep 3, 2018
1 parent e8034d4 commit 784b20e
Show file tree
Hide file tree
Showing 8 changed files with 4,884 additions and 702 deletions.
6 changes: 5 additions & 1 deletion elm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"type": "application",
"source-directories": [
"src"
"src",
"tests/unit"
],
"elm-version": "0.19.0",
"dependencies": {
Expand All @@ -10,10 +11,13 @@
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/parser": "1.1.0",
"elm/regex": "1.0.0",
"elm-explorations/test": "1.1.0",
"stil4m/elm-syntax": "6.1.0"
},
"indirect": {
"elm/json": "1.0.0",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.0",
Expand Down
Loading

0 comments on commit 784b20e

Please sign in to comment.