Skip to content

Commit b8ce4a4

Browse files
Update dependencies (#47)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent 676f5a7 commit b8ce4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.slack/hooks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.2/mod.ts"
3+
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.4.0/mod.ts"
44
}
55
}

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"imports": {
3333
"@std/assert": "jsr:@std/assert@^1.0.13",
3434
"@std/testing": "jsr:@std/testing@^1.0.12",
35-
"deno-slack-sdk/": "https://deno.land/x/[email protected].0/",
35+
"deno-slack-sdk/": "https://deno.land/x/[email protected].1/",
3636
"deno-slack-api/": "https://deno.land/x/[email protected]/"
3737
}
3838
}

0 commit comments

Comments
 (0)