Skip to content

Commit

Permalink
fix: depend on proper directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed May 21, 2024
1 parent 8f4f9d5 commit 5fdc4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/state/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ defmodule State.Mixfile do
defp deps do
[
{:rstar, github: 'armon/erl-rstar', app: false},
# Needed for rstar
{:proper, "~> 1.4"},
{:timex, "~> 3.7"},
{:fetch, in_umbrella: true},
{:events, in_umbrella: true},
Expand Down

0 comments on commit 5fdc4b7

Please sign in to comment.