Skip to content

Commit

Permalink
Bump moc to 0.9.8 (#81)
Browse files Browse the repository at this point in the history
* Bump moc to 0.9.8

* Bump Vessel version
  • Loading branch information
rvanasa authored Aug 11, 2023
1 parent d19dfe1 commit 7786e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Installs vessel'
inputs:
vessel_version:
description: 'Vessel version to install'
default: '0.6.2'
default: '0.7.0'
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ check-format:
dhall type --file package-set.dhall;
@echo checked dhall files are well-typed.
ci: check-format
vessel verify --version 0.9.7
vessel verify --version 0.9.8
2 changes: 1 addition & 1 deletion index/base.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
, authors = [ "DFINITY Languages Team" ]
, owners = [ "dfinity" ]
, repo = "https://github.com/dfinity/motoko-base.git"
, version = "1bee37dbe5dbab1017b18ba0490b78f148196c8b"
, version = "9ea06b464645fbef47e0d21288613b0f9ba2f1cd"
, dependencies = [] : List Text
}

0 comments on commit 7786e52

Please sign in to comment.