Skip to content

Commit

Permalink
Bump deno_slack_api to 2.7.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj authored Jul 3, 2024
1 parent 8e48139 commit 92cb1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.6.0/mod.ts";
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.7.0/mod.ts";
export type {
SlackAPIClient,
Trigger,
} from "https://deno.land/x/deno_slack_api@2.6.0/types.ts";
} from "https://deno.land/x/deno_slack_api@2.7.0/types.ts";

0 comments on commit 92cb1ac

Please sign in to comment.