diff --git a/template/beginner/deps.ts b/template/beginner/deps.ts index 3ac57d150..fc5b0a41d 100644 --- a/template/beginner/deps.ts +++ b/template/beginner/deps.ts @@ -6,4 +6,4 @@ export * from "https://deno.land/std@0.117.0/fmt/colors.ts"; // Get data from .env files export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts"; // Database, thx Tri! -export * from "https://deno.land/x/kwik@v1.2.1/mod.ts"; +export * from "https://deno.land/x/kwik@1.3.1/mod.ts";