Skip to content

Commit

Permalink
Merge pull request #40 from drashland/update-deps
Browse files Browse the repository at this point in the history
chore: Update deps
  • Loading branch information
crookse committed Oct 19, 2022
2 parents c0cdfeb + b91aecd commit 025f47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as colors from "https://deno.land/std@0.159.0/fmt/colors.ts";
import * as colors from "https://deno.land/std@0.160.0/fmt/colors.ts";
export { colors };
2 changes: 1 addition & 1 deletion tests/deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { assertEquals } from "https://deno.land/std@0.159.0/testing/asserts.ts";
export { assertEquals } from "https://deno.land/std@0.160.0/testing/asserts.ts";

0 comments on commit 025f47f

Please sign in to comment.