Skip to content

Commit 9edc137

Browse files
committed
Update denops_core to v0.16.0
1 parent 223c349 commit 9edc137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ export * as fs from "https://deno.land/std@0.95.0/fs/mod.ts";
55
export type {
66
Context,
77
Dispatcher,
8-
} from "https://deno.land/x/denops_core@v0.13.0/mod.ts";
8+
} from "https://deno.land/x/denops_core@v0.16.0/mod.ts";
99
export {
1010
Denops,
1111
ensureArray,
1212
ensureNumber,
1313
ensureRecord,
1414
ensureString,
15-
} from "https://deno.land/x/denops_core@v0.13.0/mod.ts";
15+
} from "https://deno.land/x/denops_core@v0.16.0/mod.ts";

0 commit comments

Comments
 (0)