Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Sep 1, 2023
1 parent 7dad7d6 commit b094079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { Account, Block, ReadOnlyFn, TxReceipt } from "https://deno.land/x/clarinet@v1.6.0/index.ts";
export type { Account, Block, ReadOnlyFn, TxReceipt } from "https://deno.land/x/clarinet@v1.7.1/index.ts";

export { Clarinet, Chain, Tx, types } from "https://deno.land/x/clarinet@v1.6.0/index.ts";
export { Clarinet, Chain, Tx, types } from "https://deno.land/x/clarinet@v1.7.1/index.ts";

export { assertEquals, assert } from "https://deno.land/std@0.187.0/testing/asserts.ts";
export { assertEquals, assert } from "https://deno.land/std@0.201.0/testing/asserts.ts";

0 comments on commit b094079

Please sign in to comment.