Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 1, 2024
1 parent e3df9e2 commit 43018a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/deno_slack_sdk.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/deno_slack_sdk@2.8.0/mod.ts";
export * from "https://deno.land/x/deno_slack_sdk@2.9.0/mod.ts";
4 changes: 2 additions & 2 deletions dependencies/logger.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { ConsoleHandler } from "https://deno.land/std@0.220.1/log/console_handler.ts";
export * from "https://deno.land/std@0.220.1/log/mod.ts";
export { ConsoleHandler } from "https://deno.land/std@0.221.0/log/console_handler.ts";
export * from "https://deno.land/std@0.221.0/log/mod.ts";
2 changes: 1 addition & 1 deletion dependencies/testing_asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.220.1/assert/mod.ts";
export * from "https://deno.land/std@0.221.0/assert/mod.ts";

0 comments on commit 43018a6

Please sign in to comment.