Current section
40 Versions
Jump to
Current section
40 Versions
Compare versions
2
files changed
+4
additions
-4
deletions
| @@ -14,7 +14,7 @@ | |
| 14 14 | {<<"name">>,<<"poison">>}, |
| 15 15 | {<<"optional">>,false}, |
| 16 16 | {<<"repository">>,<<"hexpm">>}, |
| 17 | - {<<"requirement">>,<<"~> 4.0">>}], |
| 17 | + {<<"requirement">>,<<"~> 3.0">>}], |
| 18 18 | [{<<"app">>,<<"jason">>}, |
| 19 19 | {<<"name">>,<<"jason">>}, |
| 20 20 | {<<"optional">>,false}, |
| @@ -35,4 +35,4 @@ | |
| 35 35 | {<<"optional">>,false}, |
| 36 36 | {<<"repository">>,<<"hexpm">>}, |
| 37 37 | {<<"requirement">>,<<"~> 0.1">>}]]}. |
| 38 | - {<<"version">>,<<"0.1.8">>}. |
| 38 | + {<<"version">>,<<"0.1.9">>}. |
| @@ -4,7 +4,7 @@ defmodule Islands.Guesses.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :islands_guesses, |
| 7 | - version: "0.1.8", |
| 7 | + version: "0.1.9", |
| 8 8 | elixir: "~> 1.7", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Guesses", |
| @@ -46,7 +46,7 @@ defmodule Islands.Guesses.MixProject do | |
| 46 46 | [ |
| 47 47 | {:mix_tasks, |
| 48 48 | github: "RaymondLoranger/mix_tasks", only: :dev, runtime: false}, |
| 49 | - {:poison, "~> 4.0"}, |
| 49 | + {:poison, "~> 3.0"}, |
| 50 50 | {:jason, "~> 1.0"}, |
| 51 51 | {:persist_config, "~> 0.1"}, |
| 52 52 | {:islands_coord, "~> 0.1"}, |