workaround for #140

using highest availible version number lowers the problems for dub
This commit is contained in:
Keywan Ghadami 2016-03-06 10:18:56 +01:00
parent a53361df26
commit caa3d2e833
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "~>0.7.72",
"dlangui": "~>0.7.74",
"dcd": "~>0.7.5"
},