Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabo Bogdan committed Dec 2, 2017
1 parent 2259710 commit 35fbe36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

"dependencies": {
"dub": "~>1.6.0",
"fluent-asserts": "~>0.8.0",
"fluent-asserts": "~>0.8.1",
"libdparse": "~>0.7.2-alpha.1"
}
}
Expand All @@ -39,8 +39,8 @@
"sourcePaths": ["lifecycle"],
"importPaths": ["lifecycle"],
"dependencies": {
"fluent-asserts": "~>0.8.0",
"libdparse": "~>0.7.2-alpha.1"
"fluent-asserts": "~>0.8.1",
"libdparse": "~>0.7.2-alpha.3"
}
},
{
Expand All @@ -52,10 +52,10 @@
"stringImportPaths": ["lifecycle/trial"],

"dependencies": {
"dub": "~>1.5.0",
"dub": "~>1.6.0",
"trial:lifecycle": "*",
"fluent-asserts": "*",
"libdparse": "~>0.7.2-alpha.1"
"libdparse": "~>0.7.2-alpha.3"
}
}
]
Expand Down

0 comments on commit 35fbe36

Please sign in to comment.