Packages
Creates a tally struct for the Game of Islands. Also displays the summary of a Game of Islands.
Current section
30 Versions
Jump to
Current section
30 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}, |
| @@ -65,4 +65,4 @@ | |
| 65 65 | {<<"optional">>,false}, |
| 66 66 | {<<"repository">>,<<"hexpm">>}, |
| 67 67 | {<<"requirement">>,<<"~> 0.1">>}]]}. |
| 68 | - {<<"version">>,<<"0.1.2">>}. |
| 68 | + {<<"version">>,<<"0.1.3">>}. |
| @@ -4,7 +4,7 @@ defmodule Islands.Tally.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :islands_tally, |
| 7 | - version: "0.1.2", |
| 7 | + version: "0.1.3", |
| 8 8 | elixir: "~> 1.7", |
| 9 9 | start_permanent: Mix.env() == :prod, |
| 10 10 | name: "Islands Tally", |
| @@ -46,7 +46,7 @@ defmodule Islands.Tally.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_board, "~> 0.1"}, |