Skip to content

Commit

Permalink
Merge pull request #4 from erfanium/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
erfanium authored Jul 13, 2022
2 parents ad2438c + 65e2f5e commit b44f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { deferred } from "https://deno.land/std@0.147.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.147.0/testing/asserts.ts";
export { deferred } from "https://deno.land/std@0.148.0/async/deferred.ts";
export { assertEquals } from "https://deno.land/std@0.148.0/testing/asserts.ts";

0 comments on commit b44f193

Please sign in to comment.