Skip to content

Commit

Permalink
[#181] Changed https to git. Update version of katana dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Mar 19, 2015
1 parent ba61e64 commit 7209920
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ PROJECT = elvis
DEPS = lager sync getopt jiffy ibrowse aleppo zipper egithub katana
TEST_DEPS = meck

dep_lager = git https://github.com/basho/lager.git 2.0.3
dep_sync = git https://github.com/rustyio/sync.git master
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
dep_meck = git https://github.com/eproxus/meck 0.8.2
dep_jiffy = git https://github.com/davisp/jiffy 0.11.3
dep_ibrowse = git https://github.com/cmullaparthi/ibrowse v4.1.1
dep_aleppo = git https://github.com/inaka/aleppo 0.9.1
dep_zipper = git https://github.com/inaka/zipper 0.1.0
dep_egithub = git https://github.com/inaka/erlang-github 0.1.7
dep_katana = git https://github.com/inaka/erlang-katana 0.2.2
dep_lager = git git://github.com/basho/lager.git 2.0.3
dep_sync = git git://github.com/inaka/sync.git 0.1.3
dep_getopt = git git://github.com/jcomellas/getopt v0.8.2
dep_meck = git git://github.com/eproxus/meck 0.8.2
dep_jiffy = git git://github.com/davisp/jiffy 0.11.3
dep_ibrowse = git git://github.com/cmullaparthi/ibrowse v4.1.1
dep_aleppo = git git://github.com/inaka/aleppo 0.9.1
dep_zipper = git git://github.com/inaka/zipper 0.1.0
dep_egithub = git git://github.com/inaka/erlang-github 0.1.7
dep_katana = git git://github.com/inaka/erlang-katana 0.2.3


include erlang.mk
Expand Down

0 comments on commit 7209920

Please sign in to comment.