this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add trinity dep

garrison 60fc267f 7a4836f3

+1 -2
+1 -2
mix.exs
··· 21 21 # Run "mix help deps" to learn about dependencies. 22 22 defp deps do 23 23 [ 24 - # {:dep_from_hexpm, "~> 0.3.0"}, 25 - # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} 24 + {:trinity, path: "../trinity"}, 26 25 ] 27 26 end 28 27 end