Skip to content

Commit 73d32d1

Browse files
committed
Bump gettext to 0.13
1 parent 082c31d commit 73d32d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/$PROJECT_NAME$/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule <%= @project_name_camel_case %>.Mixfile do
3636
{:phoenix_live_reload, "~> 1.0", only: :dev},
3737
<% end %>
3838
{:postgrex, ">= 0.0.0"},
39-
{:gettext, "~> 0.11"},
39+
{:gettext, "~> 0.13"},
4040
{:cowboy, "~> 1.0"},
4141
{:guardian, "~> 0.14.5"},
4242
{:comeonin, "~> 4.0"},

0 commit comments

Comments
 (0)