Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Nov 8, 2017
1 parent c0db30b commit 63be521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"name": "with-all",
"targetType": "library",
"dependencies": {
"dpq2": "~>0.6.23",
"mysql-lited": "~>0.3.15"
"dpq2": "~>0.6.24",
"mysql-lited": "~>0.3.17"
}
},
{
"name": "with-pgsql",
"targetType": "library",
"dependencies": {
"dpq2": "~>0.6.23"
"dpq2": "~>0.6.24"
}
},
{
"name": "with-mysql",
"targetType": "library",
"dependencies": {
"mysql-lited": "~>0.3.15"
"mysql-lited": "~>0.3.17"
}
},
{
Expand Down

0 comments on commit 63be521

Please sign in to comment.