Skip to content

Commit 52dafc3

Browse files
authored
feat: Updates shotgun version to 1.1.0 release (#139)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** Provide links to any issues in this repository or elsewhere relating to this pull request. None found. **Describe the solution you've provided** There was a new version of shotgun released on Oct 24 that has an additional callback for a down message. Upgrading the dependency will support that. **Describe alternatives you've considered** The alternative would be not to update the dependencies **Additional context** The applications I am using this in are getting those messages sent now and ending up in undefined function errors in our error tracking tool. It is not a great consequence, but upgrading the dependency seems like a good practice anyway.
1 parent fedd4ad commit 52dafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{erl_opts, [debug_info]}.
22
{deps, [
3-
{shotgun, "1.0.1"},
3+
{shotgun, "1.1.0"},
44
{jsx, "3.1.0"},
55
{verl, "1.0.1"},
66
{lru, "2.4.0"},

0 commit comments

Comments
 (0)