Skip to content

Commit

Permalink
feat: Updates shotgun version to 1.1.0 release (#139)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
supersimple authored Nov 7, 2024
1 parent fedd4ad commit 52dafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{erl_opts, [debug_info]}.
{deps, [
{shotgun, "1.0.1"},
{shotgun, "1.1.0"},
{jsx, "3.1.0"},
{verl, "1.0.1"},
{lru, "2.4.0"},
Expand Down

0 comments on commit 52dafc3

Please sign in to comment.