Skip to content

Commit

Permalink
bump moc and other dependencies (#178)
Browse files Browse the repository at this point in the history
* bump moc and other dependencies

* fix

* bump to 0.9.6
  • Loading branch information
chenyan-dfinity committed Jul 7, 2023
1 parent a62d764 commit 9478a41
Show file tree
Hide file tree
Showing 11 changed files with 326 additions and 244 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
fail-fast: false
env:
DFX_VERSION: 0.14.1
IC_REPL_VERSION: 0.4.0
MOC_VERSION: 0.9.1
DFX_VERSION: 0.14.2
IC_REPL_VERSION: 0.4.1
MOC_VERSION: 0.9.5
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- 16
- 18
env:
DFX_VERSION: 0.14.1
DFX_VERSION: 0.14.2
SKIP_WASM: true
MOC_VERSION: 0.9.1
MOC_VERSION: 0.9.5
steps:
- uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion mops.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[dependencies]
base = "0.9.1"
base = "https://github.com/dfinity/motoko-base#master"
splay = "0.1.0"

Loading

0 comments on commit 9478a41

Please sign in to comment.