diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-04 09:43:01 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-04 09:43:01 +0300 |
commit | 469c0956cd937b28a38f8c982b670207ec14b843 (patch) | |
tree | f7bf648b7cf6ec3da1aeb5190a4d3f9c1dd3b743 /mix.exs | |
parent | 29a98b86b7056540ed4102a83dfe6a7e809c2519 (diff) | |
download | pleroma-469c0956cd937b28a38f8c982b670207ec14b843.tar.gz pleroma-469c0956cd937b28a38f8c982b670207ec14b843.zip |
update excoveralls
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ defmodule Pleroma.Mixfile do {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, - {:excoveralls, "~> 0.11.1", only: :test}, + {:excoveralls, "~> 0.12.1", only: :test}, {:flake_id, "~> 0.1.0"}, {:remote_ip, git: "https://git.pleroma.social/pleroma/remote_ip.git", |