-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump server_sent_event_stage from 1.2.0 to 1.2.1
Bumps [server_sent_event_stage](https://github.com/mbta/server_sent_event_stage) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/mbta/server_sent_event_stage/releases) - [Changelog](https://github.com/mbta/server_sent_event_stage/blob/main/CHANGELOG.md) - [Commits](mbta/server_sent_event_stage@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: server_sent_event_stage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c4b1bcf
commit f1ddf3c
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,12 +91,7 @@ defmodule Screens.MixProject do | |
{:remote_ip, "~> 1.2"}, | ||
{:hackney_telemetry, "~> 0.2.0"}, | ||
{:ex_cldr_messages, "~> 1.0"}, | ||
{:server_sent_event_stage, "~> 1.2"}, | ||
# override because server_sent_event_stage requires an older version | ||
# there are no breaking changes from the [email protected] which | ||
# server_sent_event_stage requests and [email protected] which was already | ||
# in the lock file. | ||
{:castore, "~> 1.0", override: true} | ||
{:server_sent_event_stage, "~> 1.2"} | ||
] | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters