Skip to content

Commit

Permalink
Updates (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Apr 22, 2024
1 parent 94c6b71 commit f3e887f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/part_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
unstable: false
- elixir: "1.15.7"
unstable: false
- elixir: "1.16.2"
unstable: false
- elixir: "main"
unstable: true

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2
elixir 1.15.7
erlang 26.2.4
elixir 1.16.2
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ defmodule Oidcc.Plug.MixProject do
[
{:oidcc, "~> 3.0"},
{:plug, "~> 1.14"},
{:ex_doc, "~> 0.29.4", only: :dev, runtime: false},
{:excoveralls, "~> 0.17.1", only: :test, runtime: false},
{:ex_doc, "~> 0.29", only: :dev, runtime: false},
{:excoveralls, "~> 0.18.1", only: :test, runtime: false},
{:dialyxir, "~> 1.4", only: :dev, runtime: false},
{:credo, "~> 1.7", only: :dev, runtime: false},
{:mock, "~> 0.3.8", only: :test}
Expand Down

0 comments on commit f3e887f

Please sign in to comment.