aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-08 00:42:35 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-08 00:42:35 -0500
commit8ccefab7f8a09579087626fe75911115e8f6f483 (patch)
treebb478daee7867525c024e218beb8f7802963fd22 /README.md
parent0fcdda6062c4e2720f602d976d85961970f44fa0 (diff)
downloadcbt-8ccefab7f8a09579087626fe75911115e8f6f483.tar.gz
cbt-8ccefab7f8a09579087626fe75911115e8f6f483.tar.bz2
cbt-8ccefab7f8a09579087626fe75911115e8f6f483.zip
upgrade hard-coded git hash dependencies after tests pass
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d471bb..554ccc5 100644
--- a/README.md
+++ b/README.md
@@ -290,7 +290,7 @@ When you specify a particular version, CBT will use that one instead of the inst
You can specify one by adding one line right before `class Build`. It looks like this:
```
-// cbt:https://github.com/cvogt/cbt.git#75c32537cd8f29f9d12db37bf06ad942806f02393
+// cbt:https://github.com/cvogt/cbt.git#0fcdda6062c4e2720f602d976d85961970f44fa0
class Build...
```