Current section

40 Versions

Jump to

Compare versions

2 files changed
+2 additions
-4 deletions
  @@ -30,4 +30,4 @@
30 30 {<<"optional">>,false},
31 31 {<<"repository">>,<<"hexpm">>},
32 32 {<<"requirement">>,<<"~> 4.0">>}]]}.
33 - {<<"version">>,<<"0.1.18">>}.
33 + {<<"version">>,<<"0.1.19">>}.
  @@ -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.18",
7 + version: "0.1.19",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Guesses",
  @@ -49,8 +49,6 @@ defmodule Islands.Guesses.MixProject do
49 49 {:islands_coord, "~> 0.1"},
50 50 {:islands_island, "~> 0.1"},
51 51 {:jason, "~> 1.0"},
52 - {:mix_tasks,
53 - github: "RaymondLoranger/mix_tasks", only: :dev, runtime: false},
54 52 {:poison, "~> 4.0"}
55 53 ]
56 54 end