Skip to content

Commit 1454279

Browse files
authored
Update moc to 0.16.0 (#121)
1 parent 6bda122 commit 1454279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ check-format:
99
dhall type --file package-set.dhall;
1010
@echo checked dhall files are well-typed.
1111
ci: check-format
12-
vessel verify --version 0.15.0
12+
vessel verify --version 0.16.0

index/base.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
, authors = [ "DFINITY Languages Team" ]
66
, owners = [ "dfinity" ]
77
, repo = "https://github.com/dfinity/motoko-base.git"
8-
, version = "fb27ef65c6e227963996fd11db33d016b28902cb"
8+
, version = "437a8d46e18ce3ddb42b33266991c52e637317ee"
99
, dependencies = [] : List Text
1010
}

0 commit comments

Comments
 (0)