Skip to content

Commit

Permalink
Bump deno to v 0.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siokas committed Nov 30, 2021
1 parent 2a69daf commit 37d6d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
@@ -1,16 +1,16 @@
export const test = Deno.test;
export { parse } from "https://deno.land/std@0.109.0/flags/mod.ts";
export { parse } from "https://deno.land/std@0.116.0/flags/mod.ts";
export {
blue,
bold,
green,
red,
reset as resetColor,
yellow,
} from "https://deno.land/std@0.109.0/fmt/colors.ts";
} from "https://deno.land/std@0.116.0/fmt/colors.ts";
export {
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.109.0/testing/asserts.ts";
} from "https://deno.land/std@0.116.0/testing/asserts.ts";

0 comments on commit 37d6d17

Please sign in to comment.