Skip to content

Commit

Permalink
deps: allow castore 1.0+ (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora authored Aug 1, 2024
1 parent e2e5624 commit bd14768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A GenStage producer which parses the ServerSentEvent protocol.
def deps do
[
{:server_sent_event_stage, "~> 1.0.0"},
{:castore, "~> 0.1"}
{:castore, "~> 1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule ServerSentEventStage.MixProject do
[
{:gen_stage, "~> 1.1"},
{:mint, "~> 1.4"},
{:castore, "~> 0.1", optional: true},
{:castore, "~> 0.1.0 or ~> 1.0", optional: true},
{:bypass, "~> 2.1", only: :test, optional: true},
{:lcov_ex, "~> 0.2", only: :test, optional: true},
{:credo, "~> 1.6", only: :dev, optional: true},
Expand Down

0 comments on commit bd14768

Please sign in to comment.