diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-09 09:28:22 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-09 09:28:22 -0500 |
commit | d0147eba78ea6aeb054f53f18c36017a7583ff5c (patch) | |
tree | aa13ab6f9041cca539c1698e2ce8c55a0a8cbf93 /mix.exs | |
parent | 53cf801c3000b1e20a1d42b56be82032d42782e9 (diff) | |
download | pleroma-d0147eba78ea6aeb054f53f18c36017a7583ff5c.tar.gz |
Use eblurhash 1.1.0 from Hex
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -196,9 +196,7 @@ defmodule Pleroma.Mixfile do {:majic, git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git", ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"}, - {:eblurhash, - git: "https://github.com/zotonic/eblurhash.git", - ref: "04a0b76eadf4de1be17726f39b6313b88708fd12"}, + {:eblurhash, "~> 1.1.0"}, {:open_api_spex, "~> 3.10"}, ## dev & test |