From e09f789bb054d587c0062271165dbbdca94ebbf0 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 25 Apr 2022 13:24:44 +0000 Subject: [PATCH] chore(deps): update dependency gettext to ~> 0.19 (#9) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gettext](https://hex.pm/packages/gettext) | minor | `~> 0.11` -> `~> 0.19` | This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ex_trainer/pulls/9 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b75a01d..5409cd2 100644 --- a/mix.exs +++ b/mix.exs @@ -35,7 +35,7 @@ defmodule Wabanex.MixProject do {:crudry, "~> 2.4.0"}, {:dialyxir, "~> 1.1", only: [:dev, :test], runtime: false}, {:ecto_sql, "~> 3.4"}, - {:gettext, "~> 0.11"}, + {:gettext, "~> 0.19"}, {:jason, "~> 1.0"}, {:junit_formatter, "~> 3.1", only: [:test]}, {:lcov_ex, "~> 0.2", only: [:dev, :test], runtime: false},