Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update plug_crypto dependency to allow a broader version range
  • Loading branch information
hsnyildiz committed May 20, 2025
commit f3ac97d91893bcf615d66cf64cdaae52cf864930
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Paginator.Mixfile do
{:ex_machina, "~> 2.8", only: :test},
{:inch_ex, "~> 2.0", only: [:dev, :test]},
{:postgrex, "~> 0.20.0", optional: true},
{:plug_crypto, "~> 2.1"}
{:plug_crypto, ">= 1.2.0 and < 3.0.0"}
]
end

Expand Down