File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,8 @@ name "dlang-bot"
22description "dlang-bot for automated bugzilla, github, and trello references"
33copyright "Copyright © 2015, Martin Nowak"
44authors "Martin Nowak"
5- dependency "vibe-d" version="~>0.8.6 "
5+ dependency "vibe-d" version="~>0.9.0 "
66dependency "vibe-d:tls" version="*"
7- // Note: Currently this project does not link on OSX with openssl-1.1
8- // (the default if you use Homebrew), because it needs a newer release
9- // of Vibe.d (with https://github.com/vibe-d/vibe.d/pull/2401).
10- // If you need to test locally, uncomment the following:
11- // subConfiguration "vibe-d:tls" "openssl-1.1"
127targetType "executable"
138
149configuration "executable" {
Original file line number Diff line number Diff line change 44 "botan" : " 1.12.18" ,
55 "botan-math" : " 1.0.3" ,
66 "diet-ng" : " 1.7.2" ,
7- "eventcore" : " 0.9.6 " ,
7+ "eventcore" : " 0.9.7 " ,
88 "libasync" : " 0.8.6" ,
99 "libevent" : " 2.0.2+2.0.16" ,
1010 "memutils" : " 1.0.4" ,
1313 "stdx-allocator" : " 2.77.5" ,
1414 "taggedalgebraic" : " 0.11.16" ,
1515 "unit-threaded" : " 1.0.4" ,
16- "vibe-core" : " 1.9.2 " ,
17- "vibe-d" : " 0.9.0-rc.1 "
16+ "vibe-core" : " 1.9.3 " ,
17+ "vibe-d" : " 0.9.0"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments