Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Apr 2, 2018
1 parent b1a3d12 commit ab4ed76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"tests"
],
"dependencies": {
"fluent-asserts": "~>0.11.0",
"libdparse": "~>0.8.0"
"fluent-asserts": ">=0.11.2",
"libdparse": ">=0.8.0"
}
},
{
Expand All @@ -55,9 +55,9 @@
],
"dependencies": {
"dub": "~>1.8.0",
"fluent-asserts": "~>0.11.0",
"fluent-asserts": ">=0.11.2",
"libdparse": {
"version": ">=0.8.0-alpha.5",
"version": ">=0.8.0",
"optional": true
},
"vibe-d:data": "~>0.8.0"
Expand All @@ -79,11 +79,11 @@
],
"dependencies": {
"fluent-asserts": {
"version": ">=0.10.2",
"version": ">=0.11.2",
"optional": true
},
"libdparse": {
"version": ">=0.8.0-alpha.5",
"version": ">=0.8.0",
"optional": true
}
}
Expand All @@ -99,11 +99,11 @@
],
"dependencies": {
"fluent-asserts:core": {
"version": ">=0.10.2",
"version": ">=0.11.2",
"optional": true
},
"libdparse": {
"version": ">=0.8.0-alpha.5",
"version": ">=0.8.0",
"optional": true
}
}
Expand All @@ -125,7 +125,7 @@
],
"dependencies": {
"dub": "~>1.8.0",
"libdparse": "~>0.8.0",
"libdparse": ">=0.8.0",
"vibe-d:http": "~>0.8.2",
"vibe-d:data": "~>0.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"libevent": "2.0.2+2.0.16",
"memutils": "0.4.10",
"openssl": "1.1.6+1.0.1g",
"stdx-allocator": "2.77.1",
"stdx-allocator": "2.77.0",
"taggedalgebraic": "0.10.11",
"vibe-core": "1.4.0",
"vibe-d": "0.8.3"
Expand Down

0 comments on commit ab4ed76

Please sign in to comment.