File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM crystallang/crystal:0.33 .0
1
+ FROM crystallang/crystal:0.34 .0
2
2
WORKDIR /data
3
3
4
4
RUN apt-get update && \
Original file line number Diff line number Diff line change 1
1
name : lucky
2
- version : 0.19 .0
2
+ version : 0.20 .0
3
3
4
- crystal : 0.33 .0
4
+ crystal : 0.34 .0
5
5
6
6
authors :
7
7
@@ -31,7 +31,7 @@ targets:
31
31
dependencies :
32
32
lucky_cli :
33
33
github : luckyframework/lucky_cli
34
- branch : master
34
+ version : ~> 0.20.0
35
35
habitat :
36
36
github : luckyframework/habitat
37
37
version : ~> 0.4.1
@@ -40,7 +40,7 @@ dependencies:
40
40
version : ~> 0.2.0
41
41
avram :
42
42
github : luckyframework/avram
43
- version : ~> 0.12.3
43
+ version : ~> 0.13.0
44
44
lucky_router :
45
45
github : luckyframework/lucky_router
46
46
version : ~> 0.2.0
@@ -60,7 +60,7 @@ dependencies:
60
60
development_dependencies :
61
61
ameba :
62
62
github : veelenga/ameba
63
- version : 0.10 .0
63
+ version : 0.12 .0
64
64
65
65
scripts :
66
66
postinstall : script/precompile_tasks
Original file line number Diff line number Diff line change 1
1
module Lucky
2
- VERSION = " 0.19 .0"
2
+ VERSION = " 0.20 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments