diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-12 15:53:33 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-12 15:53:33 +0700 |
commit | bf22ed5fbd5d5087eb08e0bf0dc2ff6a29e90e0d (patch) | |
tree | a17d433f66f7f2bb167d0b85c5a0c7420fccf74a /mix.exs | |
parent | 23db6774cf2a471feb4ae099d49c1f01d98e245c (diff) | |
download | pleroma-bf22ed5fbd5d5087eb08e0bf0dc2ff6a29e90e0d.tar.gz pleroma-bf22ed5fbd5d5087eb08e0bf0dc2ff6a29e90e0d.zip |
Update `auto_linker` dependency
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ defmodule Pleroma.Mixfile do {:ueberauth, "~> 0.4"}, {:auto_linker, git: "https://git.pleroma.social/pleroma/auto_linker.git", - ref: "c00c4e75b35367fa42c95ffd9b8c455bf9995829"}, + ref: "e2385402bcd24fc659fee83b3eb8863b0528ad42"}, {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "9789401987096ead65646b52b5a2ca6bf52fc531"}, |