Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: update Elixir project dependencies (#77)
Browse files Browse the repository at this point in the history
* Update Elixir project dependencies.

* Remove unused dataloader dependency.
  • Loading branch information
zorn authored Oct 4, 2023
1 parent cd798ed commit e7e6ef0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion backend-elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule StudyHall.MixProject do
{:phoenix_html, "~> 3.3"},
{:phoenix_live_dashboard, "~> 0.8.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.19.0"},
{:phoenix_live_view, "~> 0.20.0"},
{:phoenix, "~> 1.7.7"},
{:plug_cowboy, "~> 2.5"},
{:postgrex, ">= 0.0.0"},
Expand Down
Loading

0 comments on commit e7e6ef0

Please sign in to comment.