Skip to content

Commit c757801

Browse files
committed
Change deps to use clojerl org
1 parent f5e95e1 commit c757801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ deps
2-
, [ {clojerl, ".*", {git, "https://github.com/jfacorro/clojerl.git", {branch, "master"}}}
3-
, {hiccup, ".*", {git, "https://github.com/jfacorro/hiccup.git", {branch, "clojerl"}}}
2+
, [ {clojerl, ".*", {git, "https://github.com/clojerl/clojerl.git", {branch, "master"}}}
3+
, {hiccup, ".*", {git, "https://github.com/clojerl/hiccup.git", {branch, "clojerl"}}}
44
, {lager, "3.5.1"}
55
, {cowboy, "2.0.0"}
66
, {jsx, "2.8.2"}
77
]
88
}.
99

1010
{ plugins
11-
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {branch, "0.4.0"}}}
11+
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {tag, "0.6.0"}}}
1212
]
1313
}.
1414

0 commit comments

Comments
 (0)