Skip to content

Commit

Permalink
Update oidcc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Sep 29, 2023
1 parent 4d1c0a6 commit 1d3cbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/phx_gen_oidcc/patch/inject_mix_dependency_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule PhxGenOidcc.Patch.InjectMixDependencyTest do
defp deps do
[
{:plug_cowboy, "~> 2.5"},
{:oidcc_plug, "~> 0.1.0-rc"}
{:oidcc_plug, "~> 0.1.0"}
]
end
end
Expand Down Expand Up @@ -67,7 +67,7 @@ defmodule PhxGenOidcc.Patch.InjectMixDependencyTest do
describe inspect(&InjectMixDependency.conflict_description/1) do
test "works" do
assert """
Add {:oidcc_plug, "~> 0.1.0-rc"} to your project mix.exs.
Add {:oidcc_plug, "~> 0.1.0"} to your project mix.exs.
""" = InjectMixDependency.conflict_description(@opts)
end
end
Expand Down

0 comments on commit 1d3cbee

Please sign in to comment.