Skip to content

Commit

Permalink
hotfix: depend on proper directly
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed May 22, 2024
1 parent 20fbca6 commit 03cff64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ defmodule DotCom.Mixfile do
{:poison, "3.1.0"},
{:polyline, "1.4.0"},
{:poolboy, "1.5.2"},
# Needed for rstar; workaround for mix local.hex bug
{:proper, "1.4.0"},
{:quixir, "0.9.3", [only: :test]},
# Required to mock challenge failures. Upgrade once a version > 3.0.0 is released.
{:recaptcha,
Expand Down

0 comments on commit 03cff64

Please sign in to comment.