summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2025-06-25 17:12:20 +0200
committerJordan Bracco <href@random.sh>2025-06-25 17:12:20 +0200
commit338f612129feabf5b6cae28396115c94a0f2b8c2 (patch)
treedf5434fdca637588c954cd808f834da8ecc05d3b /mix.exs
parentremove sentry (diff)
update otp
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d2fbcea..06af2a4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -48,7 +48,7 @@ defmodule Nola.Mixfile do
{:jason, "~> 1.0"},
{:poison, "~> 4.0", override: true},
{:floki, "~> 0.19.3"},
- {:ecto, "~> 3.4"},
+ {:ecto, "~> 3.13"},
{:exirc, git: "https://git.random.sh/ircbot/exirc.git", branch: "fix-who-nick"},
{:distillery, "~> 2.0"},
{:earmark, "~> 1.2"},