Skip to content

Commit

Permalink
Merge pull request #48 from slack-samples/pre-release
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
WilliamBergamin authored Aug 8, 2024
2 parents 637e2a0 + 190974f commit e931df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"deno-slack-sdk/": "https://deno.land/x/[email protected].0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.7.0/"
"deno-slack-sdk/": "https://deno.land/x/[email protected].2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/"
}
}
2 changes: 1 addition & 1 deletion slack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/[email protected].0/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/[email protected].1/mod.ts"
}
}

0 comments on commit e931df6

Please sign in to comment.