From 51a14864797c9679f292497cbce4fc0a1dea9aaa Mon Sep 17 00:00:00 2001 From: drashbot <59404681+drashbot@users.noreply.github.com> Date: Thu, 26 May 2022 00:39:54 +0000 Subject: [PATCH] chore: update deps --- tests/integration/up-to-date-deps/deps.ts | 2 +- tests/integration/up-to-date-deps/original_deps.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts index f60526f..4fbc023 100644 --- a/tests/integration/up-to-date-deps/deps.ts +++ b/tests/integration/up-to-date-deps/deps.ts @@ -14,4 +14,4 @@ export { Cliffy, colors, Drash, fs, log }; export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts"; -export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc39/mod.ts"; +export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc42/mod.ts"; diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts index f60526f..4fbc023 100644 --- a/tests/integration/up-to-date-deps/original_deps.ts +++ b/tests/integration/up-to-date-deps/original_deps.ts @@ -14,4 +14,4 @@ export { Cliffy, colors, Drash, fs, log }; export { Something } from "https://raw.githubusercontent.com/drashland/wocket/v1.0.0/mod.ts"; -export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc39/mod.ts"; +export { createBot } from "https://deno.land/x/discordeno@13.0.0-rc42/mod.ts";