We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9699150 commit 8a311b9Copy full SHA for 8a311b9
.slack/hooks.json
@@ -1,5 +1,5 @@
1
{
2
"hooks": {
3
- "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.2/mod.ts"
+ "get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.4.0/mod.ts"
4
}
5
deno.jsonc
@@ -30,7 +30,7 @@
30
"test": "deno fmt --check && deno lint && deno test --allow-read"
31
},
32
"imports": {
33
- "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.0/",
+ "deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.15.1/",
34
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
35
"@std/testing": "jsr:@std/testing@^1.0.12",
36
"@std/assert": "jsr:@std/assert@^1.0.13"
0 commit comments