Skip to content

Commit

Permalink
Fix typo in example usage of lein-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Aug 30, 2016
1 parent 8648361 commit bfe97d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/MANAGED_DEPS.md
Expand Up @@ -68,13 +68,13 @@ will allow you to define a single "parent" project that is inherited by multiple

(defproject superfun/kid-a "1.0.0-SNAPSHOT"
:parent-project [:coords [superfun/myparent "1.0.0"]
:inherits [:managed-dependencies]]
:inherit [:managed-dependencies]]
:dependencies [[clj-time]
[me.raynes/fs]])

(defproject superfun/kid-b "1.0.0-SNAPSHOT"
:parent-project [:coords [superfun/myparent "1.0.0"]
:inherits [:managed-dependencies]]
:inherit [:managed-dependencies]]
:dependencies [[clj-time]
[ring/ring-codec]])
```
Expand Down

0 comments on commit bfe97d6

Please sign in to comment.