Skip to content

Commit c34af51

Browse files
Stuart EcclesStuart Eccles
authored andcommitted
added tesla and jason to the applications for distillery releases and bumped to 0.2.1
1 parent e65707a commit c34af51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AnalyticsElixir.Mixfile do
44
def project do
55
[
66
app: :segment,
7-
version: "0.2.0",
7+
version: "0.2.1",
88
elixir: "~> 1.0",
99
deps: deps(),
1010
description: "analytics_elixir",
@@ -16,10 +16,10 @@ defmodule AnalyticsElixir.Mixfile do
1616
#
1717
# Type `mix help compile.app` for more information
1818
def application do
19-
[applications: [:hackney, :logger, :retry]]
19+
[applications: [:hackney, :logger, :retry, :tesla, :jason]]
2020
end
2121

22-
# Dependencies can be Hex packages:
22+
# Dependencies can be Hex package
2323
#
2424
# {:mydep, "~> 0.3.0"}
2525
#

0 commit comments

Comments
 (0)