diff --git a/src/deps.ts b/src/deps.ts index d2fd7041..32c2e395 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -1,5 +1,5 @@ -export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.1.2/mod.ts"; +export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.2.0/mod.ts"; export type { SlackAPIClient, Trigger, -} from "https://deno.land/x/deno_slack_api@2.1.2/types.ts"; +} from "https://deno.land/x/deno_slack_api@2.2.0/types.ts";