Skip to content

Commit 24e09a9

Browse files
authored
Merge pull request #62 from clojerl/bump-clojerl-plugin-and-deps
Bump clojerl, plugin and deps
2 parents 4a3326d + d83759f commit 24e09a9

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DOCKER_REPO := jfacorro/try_clojerl
55
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)
66

77
all:
8-
@ rebar3 compile
8+
@ rebar3 clojerl compile
99

1010
repl:
1111
@ rebar3 clojerl repl --apps try_clojerl
@@ -14,7 +14,10 @@ clean:
1414
@ rm -rf _build rebar.lock
1515

1616
release:
17-
@ rebar3 as prod release
17+
@ rebar3 as prod do clojerl compile, release
18+
19+
start-release:
20+
CODE_LOADING_MODE=interactive _build/prod/rel/try_clojerl/bin/try_clojerl console
1821

1922
docker-build: clean
2023
@ docker run -i \

rebar.config

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ deps
2-
, [ {clojerl, "0.5.0"}
3-
, {hiccup, ".*", {git, "https://github.com/clojerl/hiccup.git", {branch, "clojerl"}}}
4-
, {lager, "3.5.1"}
5-
, {cowboy, "2.0.0"}
6-
, {jsx, "2.8.2"}
2+
, [ {clojerl, "0.5.1"}
3+
, {hiccup, {git, "https://github.com/clojerl/hiccup.git", {branch, "clojerl"}}}
4+
, {lager, "3.7.0"}
5+
, {cowboy, "2.6.3"}
6+
, {jsx, "2.10.0"}
77
]
88
}.
99

10-
{plugins, [{rebar3_clojerl, "0.6.6"}]}.
10+
{plugins, [rebar3_clojerl]}.
1111

1212
{relx, [ { release
1313
, {try_clojerl, "0.1.0"}
@@ -21,11 +21,6 @@
2121
]
2222
}.
2323

24-
{ provider_hooks
25-
, [ {post, [{compile, {clojerl, compile}}]}
26-
]
27-
}.
28-
2924
{ profiles
3025
, [ { prod
3126
, [ {relx, [{dev_mode, false}, {include_erts, true}]}

0 commit comments

Comments
 (0)