Current section

3 Versions

Jump to

Compare versions

2 files changed
+4 additions
-4 deletions
  @@ -19,10 +19,10 @@
19 19 {<<"name">>,<<"typed_struct">>},
20 20 {<<"optional">>,false},
21 21 {<<"repository">>,<<"hexpm">>},
22 - {<<"requirement">>,<<"~> 0.1.4">>}],
22 + {<<"requirement">>,<<"~> 0.2.1">>}],
23 23 [{<<"app">>,<<"plug">>},
24 24 {<<"name">>,<<"plug">>},
25 25 {<<"optional">>,false},
26 26 {<<"repository">>,<<"hexpm">>},
27 27 {<<"requirement">>,<<"~> 1.9">>}]]}.
28 - {<<"version">>,<<"0.1.1">>}.
28 + {<<"version">>,<<"0.1.2">>}.
  @@ -1,7 +1,7 @@
1 1 defmodule SingyeongPlugin.MixProject do
2 2 use Mix.Project
3 3
4 - @version "0.1.1"
4 + @version "0.1.2"
5 5 @repo_url "https://github.com/queer/singyeong_plugin"
6 6
7 7 def project do
  @@ -44,7 +44,7 @@ defmodule SingyeongPlugin.MixProject do
44 44 [
45 45 # {:dep_from_hexpm, "~> 0.3.0"},
46 46 # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
47 - {:typed_struct, "~> 0.1.4"},
47 + {:typed_struct, "~> 0.2.1"},
48 48 {:plug, "~> 1.9"},
49 49 {:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
50 50 ]