summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2023-01-11 09:54:05 -0700
committerSimponic <loganhunt@simponic.xyz>2023-01-11 09:54:05 -0700
commit2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a (patch)
treecb434c2ca105490a3954298c6b69dea3dc576427 /mix.exs
parent779c75dbe44516c0e1911cf8a56698a1508466b7 (diff)
downloadchessh-2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a.tar.gz
chessh-2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a.zip
Checkpoint\?
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index fd5a4b8..e4b0631 100644
--- a/mix.exs
+++ b/mix.exs
@@ -27,7 +27,7 @@ defmodule Chessh.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
- {:chess, "~> 0.4.1"},
+ {:binbo, "~> 4.0.2"},
{:ecto, "~> 3.9"},
{:ecto_sql, "~> 3.9"},
{:postgrex, "~> 0.16.5"},