diff options
author | tusooa <tusooa@kazv.moe> | 2023-12-16 00:36:08 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-12-16 00:36:08 +0000 |
commit | 6722b7f395f7da629d9c39b8c6eeb18ac8f500bc (patch) | |
tree | ba54db78e571fc75b62170f74f764ebaf96478c0 /mix.exs | |
parent | 6f654d534a1a606185c4f3543e7b1552f0a20566 (diff) | |
parent | f07b134add9dc5e3ece6c5fcffe8aad6f753bab9 (diff) | |
download | pleroma-6722b7f395f7da629d9c39b8c6eeb18ac8f500bc.tar.gz pleroma-6722b7f395f7da629d9c39b8c6eeb18ac8f500bc.zip |
Merge branch 'release/2.6.1' into 'stable'
Release: 2.6.1
See merge request pleroma/pleroma!3999
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.6.0"), + version: version("2.6.1"), elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(), @@ -187,10 +187,12 @@ defmodule Pleroma.Mixfile do ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"}, {:captcha, git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", - ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, + ref: "90f6ce7672f70f56708792a98d98bd05176c9176"}, {:restarter, path: "./restarter"}, {:majic, "~> 1.0"}, - {:eblurhash, "~> 1.2.2"}, + {:eblurhash, + git: "https://github.com/zotonic/eblurhash.git", + ref: "bc37ceb426ef021ee9927fb249bb93f7059194ab"}, {:open_api_spex, "~> 3.16"}, {:ecto_psql_extras, "~> 0.6"}, |