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 c4be32f commit d9037d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
],
"dependencies": {
"fluent-asserts": {
"version": "~>0.11.0",
"version": ">=0.10.2",
"optional": true
},
"libdparse": {
Expand All @@ -96,11 +96,11 @@
],
"dependencies": {
"fluent-asserts:core": {
"version": "~>0.11.0",
"version": ">=0.10.2",
"optional": true
},
"libdparse": "~>0.8.0-alpha.5",
"ddmp": "~>0.0.1-0.dev.3"
"libdparse": ">=0.8.0-alpha.5",
"ddmp": ">=0.0.1-0.dev.3"
}
},
{
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.4";
enum trialVersion = "0.7.0-alpha.5";

0 comments on commit d9037d9

Please sign in to comment.