Skip to content

Commit

Permalink
Update elixir and erlang to match ueberauth_oidcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Sep 6, 2024
1 parent fe27bcc commit 0f370ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.14.0-otp-25
erlang 25.0.4
elixir 1.14.4-otp-26
erlang 26.0.2
nodejs 18.12.1
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defmodule SignsUi.Mixfile do
{:sentry, "~> 8.0"},
{:sobelow, "~> 0.8", only: :dev},
{:tzdata, "~> 1.1"},
{:ueberauth, "~> 0.10.0"},
{:ueberauth, "~> 0.10"},
{:ueberauth_oidcc, "~> 0.4"},
{:laboratory, github: "paulswartz/laboratory", ref: "cookie_opts"},
{:remote_ip, "~> 1.2"}
Expand Down

0 comments on commit 0f370ac

Please sign in to comment.