Skip to content

Commit 92e396d

Browse files
committed
update dependencies for example application
1 parent 7af75c5 commit 92e396d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

examples/simpleapp/mix.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
%{"cowboy": {:hex, :cowboy, "1.0.0"},
2-
"cowlib": {:hex, :cowlib, "1.0.1"},
3-
"plug": {:hex, :plug, "0.11.3"},
4-
"ranch": {:hex, :ranch, "1.0.0"}}
1+
%{"cowboy": {:hex, :cowboy, "1.0.4"},
2+
"cowlib": {:hex, :cowlib, "1.0.2"},
3+
"plug": {:hex, :plug, "1.1.3"},
4+
"poison": {:hex, :poison, "2.1.0"},
5+
"ranch": {:hex, :ranch, "1.2.1"}}

0 commit comments

Comments
 (0)