(doc) adds alembic as dependency to profiles.clj code snippet.

This commit is contained in:
Christopher McCloud 2015-03-07 16:03:43 -08:00 committed by syl20bnr
parent 29ecf79c2e
commit 7ab68132a0

View file

@ -72,7 +72,8 @@ Or set this variable when loading the configuration layer:
```clj
{:user {:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[refactor-nrepl "0.3.0-SNAPSHOT"]]}}
[refactor-nrepl "0.3.0-SNAPSHOT"]]
:dependencies [[alembic "0.3.2"]]}}
```
#### More details