diff --git a/test.ts b/test.ts index 2ceb1f4..1a7926b 100644 --- a/test.ts +++ b/test.ts @@ -3,7 +3,7 @@ import { assertMatch, assertNotMatch, } from "https://deno.land/std@0.224.0/assert/mod.ts"; -import { $, CommandBuilder } from "https://deno.land/x/dax@0.36.0/mod.ts"; +import { $, CommandBuilder } from "https://deno.land/x/dax@0.39.2/mod.ts"; const isWindows = Deno.build.os === "windows"; const cwd = Deno.cwd();