diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-11 09:54:05 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-11 09:54:05 -0700 |
commit | 2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a (patch) | |
tree | cb434c2ca105490a3954298c6b69dea3dc576427 /mix.exs | |
parent | 779c75dbe44516c0e1911cf8a56698a1508466b7 (diff) | |
download | chessh-2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a.tar.gz chessh-2ce03d4796ad54f332c70ff88f0a9f3a164bbc4a.zip |
Checkpoint\?
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |