Skip to content

Commit

Permalink
Bump the denoe-slack-api version (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored May 26, 2023
1 parent a73add1 commit 638cfa2
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/[email protected].0/mod.ts";
export { SlackAPI } from "https://deno.land/x/[email protected].1/mod.ts";
export type {
SlackAPIClient,
Trigger,
} from "https://deno.land/x/[email protected].0/types.ts";
} from "https://deno.land/x/[email protected].1/types.ts";

0 comments on commit 638cfa2

Please sign in to comment.