Skip to content

Commit

Permalink
deps: allow castore 1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Aug 1, 2024
1 parent e2e5624 commit 8e183d2
Showing 1 changed file with 1 addition and 1 deletion.
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 8e183d2

Please sign in to comment.