From b4784c2d39a7b4d13649314435542f4a10a56f9a Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sat, 13 Nov 2021 04:47:26 +0000 Subject: [PATCH] fix: 0.0.6 cache --- tests/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deps.ts b/tests/deps.ts index 4d3e54c1d..57069c5fe 100644 --- a/tests/deps.ts +++ b/tests/deps.ts @@ -5,4 +5,4 @@ export { assertNotEquals, assertThrows, } from "https://deno.land/std@0.113.0/testing/asserts.ts"; -export * from "https://deno.land/x/discordeno_cache_plugin@0.0.5/mod.ts"; +export * from "https://deno.land/x/discordeno_cache_plugin@0.0.6/mod.ts";