Skip to content

Commit

Permalink
Updated unit-threaded version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Feb 27, 2016
1 parent ee997f8 commit c8bf782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.json
Expand Up @@ -11,10 +11,10 @@
{"name": "unittest",
"targetType": "executable",
"sourcePaths": ["tests"],
"preBuildCommands": ["dub fetch dtest && dub run dtest -- -Isrc -f bin/ut.d"],
"preBuildCommands": ["dub run unit-threaded -c gen_ut_main -- -f bin/ut.d"],
"mainSourceFile": "bin/ut.d",
"dependencies": {
"unit-threaded": "~>0.5.3"
"unit-threaded": "~>0.6.0"
}
}
]
Expand Down

0 comments on commit c8bf782

Please sign in to comment.