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 07dff8d commit 4d1c0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phx_gen_oidcc/patch/inject_mix_dependency.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ defmodule PhxGenOidcc.Patch.InjectMixDependency do
@impl PhxGenOidcc.Patch
def conflict_description(_opts),
do: """
Add {:oidcc_plug, "~> 0.1.0-rc"} to your project mix.exs.
Add {:oidcc_plug, "~> 0.1.0"} to your project mix.exs.
"""

defp default_dependency do
quote do
{:oidcc_plug, "~> 0.1.0-rc"}
{:oidcc_plug, "~> 0.1.0"}
end
end
end

0 comments on commit 4d1c0a6

Please sign in to comment.