Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update to v0.14.0-rc3 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Cyril Sobierajewicz <sobierajewicz.cyril@gmail.com>
  • Loading branch information
JordanMartinez and kl0tl committed Dec 11, 2020
1 parent 76d8888 commit d79c7d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "0.14.0-rc3"

- uses: actions/setup-node@v1
with:
Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"example"
],
"dependencies": {
"purescript-aff": "^5.0.0",
"purescript-either": "^4.0.0",
"purescript-node-fs": "^5.0.0",
"purescript-node-path": "^3.0.0"
"purescript-aff": "main",
"purescript-either": "master",
"purescript-node-fs": "master",
"purescript-node-path": "master"
},
"devDependencies": {
"purescript-console": "^4.1.0"
"purescript-console": "master"
}
}

0 comments on commit d79c7d9

Please sign in to comment.