Skip to content

Commit

Permalink
dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Mar 30, 2018
1 parent d9a5f60 commit c4be32f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tests"
],
"dependencies": {
"fluent-asserts": "~>0.10.4",
"fluent-asserts": "~>0.11.0",
"libdparse": "*"
}
},
Expand All @@ -55,7 +55,7 @@
],
"dependencies": {
"dub": "~>1.8.0",
"fluent-asserts": "~>0.10.4",
"fluent-asserts": "~>0.11.0",
"libdparse": "*",
"vibe-d:data": "~>0.8.0"
},
Expand All @@ -76,7 +76,7 @@
],
"dependencies": {
"fluent-asserts": {
"version": "~>0.10.4",
"version": "~>0.11.0",
"optional": true
},
"libdparse": {
Expand All @@ -96,7 +96,7 @@
],
"dependencies": {
"fluent-asserts:core": {
"version": "~>0.10.2",
"version": "~>0.11.0",
"optional": true
},
"libdparse": "~>0.8.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"diet-ng": "1.4.5",
"dub": "1.8.0",
"eventcore": "0.8.34",
"fluent-asserts": "0.10.4",
"fluent-asserts": "0.11.0",
"libasync": "0.8.3",
"libdparse": "0.8.0-alpha.5",
"libevent": "2.0.2+2.0.16",
Expand Down
2 changes: 1 addition & 1 deletion runner/trial/version_.d
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module trial.version_;

enum trialVersion = "0.7.0-alpha.3";
enum trialVersion = "0.7.0-alpha.4";

0 comments on commit c4be32f

Please sign in to comment.