Skip to content

Commit 3f3d147

Browse files
Geod24dlang-bot
authored andcommitted
Update dependencies to the latest release
1 parent a99a423 commit 3f3d147

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

dub.sdl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name "dlang-bot"
22
description "dlang-bot for automated bugzilla, github, and trello references"
33
copyright "Copyright © 2015, Martin Nowak"
44
authors "Martin Nowak"
5-
dependency "vibe-d" version="~>0.8.6"
5+
dependency "vibe-d" version="~>0.9.0"
66
dependency "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"
127
targetType "executable"
138

149
configuration "executable" {

dub.selections.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
@@ -13,7 +13,7 @@
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
}

0 commit comments

Comments
 (0)