Current section
3 Versions
Jump to
Current section
3 Versions
Compare versions
2
files changed
+6
additions
-6
deletions
| @@ -12,12 +12,12 @@ | |
| 12 12 | <<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}. |
| 13 13 | {<<"licenses">>,[<<"Apache-2.0">>]}. |
| 14 14 | {<<"links">>, |
| 15 | - [{<<"GitHub">>,<<"https://github.com/Ta-To/mix_test_observer">>}]}. |
| 15 | + [{<<"GitHub">>,<<"https://github.com/tato-gh/mix_test_observer">>}]}. |
| 16 16 | {<<"name">>,<<"mix_test_observer">>}. |
| 17 17 | {<<"requirements">>, |
| 18 18 | [[{<<"app">>,<<"file_system">>}, |
| 19 19 | {<<"name">>,<<"file_system">>}, |
| 20 20 | {<<"optional">>,false}, |
| 21 21 | {<<"repository">>,<<"hexpm">>}, |
| 22 | - {<<"requirement">>,<<"~> 0.2">>}]]}. |
| 23 | - {<<"version">>,<<"0.1.1">>}. |
| 22 | + {<<"requirement">>,<<"~> 1.0">>}]]}. |
| 23 | + {<<"version">>,<<"0.1.2">>}. |
| @@ -1,8 +1,8 @@ | |
| 1 1 | defmodule MixTestObserver.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.1.1" |
| 5 | - @source_url "https://github.com/Ta-To/mix_test_observer" |
| 4 | + @version "0.1.2" |
| 5 | + @source_url "https://github.com/tato-gh/mix_test_observer" |
| 6 6 | |
| 7 7 | def project do |
| 8 8 | [ |
| @@ -34,7 +34,7 @@ defmodule MixTestObserver.MixProject do | |
| 34 34 | [ |
| 35 35 | {:ex_doc, "~> 0.28", only: [:dev], runtime: false}, |
| 36 36 | {:dialyxir, "~> 1.0", only: [:dev], runtime: false}, |
| 37 | - {:file_system, "~> 0.2"} |
| 37 | + {:file_system, "~> 1.0"} |
| 38 38 | ] |
| 39 39 | end |