Skip to content

Commit e112446

Browse files
committed
bump jsone version
while i'm here add it when testing with rebar 2
1 parent 73c13da commit e112446

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{top_level_readme,
3636
{"./README.md", "http://github.com/benoitc/hackney"}}]}]},
3737
{test, [
38-
{deps, [{cowboy, "1.0.4"}, {jsone, "1.4.3"}]}
38+
{deps, [{cowboy, "1.0.4"}, {jsone, "1.4.7"}]}
3939
]}
4040
]}.
4141

rebar.config.script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Rebar2Deps0 = [{idna, ".*",
2323

2424
Rebar2Deps = case os:getenv("TEST") of
2525
"1" -> [{cowboy, ".*", {git, "https://github.com/ninenines/cowboy.git",
26-
{tag, "1.0.4"}}} | Rebar2Deps0];
26+
{tag, "1.0.4"}}},
27+
{jsone, ".*", {git, "https://github.com/sile/jsone.git",
28+
{tag, "1.4.7"}}} | Rebar2Deps0];
2729
false ->
2830
Rebar2Deps0
2931
end,

0 commit comments

Comments
 (0)