Current section

29 Versions

Jump to

Compare versions

2 files changed
+3 additions
-5 deletions
  @@ -10,4 +10,4 @@
10 10 [{<<"GitHub">>,<<"https://github.com/RaymondLoranger/islands_player_id">>}]}.
11 11 {<<"name">>,<<"islands_player_id">>}.
12 12 {<<"requirements">>,[]}.
13 - {<<"version">>,<<"0.1.9">>}.
13 + {<<"version">>,<<"0.1.10">>}.
  @@ -4,7 +4,7 @@ defmodule Islands.PlayerId.MixProject do
4 4 def project do
5 5 [
6 6 app: :islands_player_id,
7 - version: "0.1.9",
7 + version: "0.1.10",
8 8 elixir: "~> 1.11",
9 9 start_permanent: Mix.env() == :prod,
10 10 name: "Islands Player ID",
  @@ -45,9 +45,7 @@ defmodule Islands.PlayerId.MixProject do
45 45 defp deps do
46 46 [
47 47 {:dialyxir, "~> 1.0", only: :dev, runtime: false},
48 - {:ex_doc, "~> 0.22", only: :dev, runtime: false},
49 - {:mix_tasks,
50 - github: "RaymondLoranger/mix_tasks", only: :dev, runtime: false}
48 + {:ex_doc, "~> 0.22", only: :dev, runtime: false}
51 49 ]
52 50 end
53 51 end