Skip to content

Commit

Permalink
Correct namespace prefix for inlined deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dan sutton authored and bbatsov committed Jun 24, 2019
1 parent 2e65292 commit 15a35d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

### Bugs fixed

* [#59](https://github.com/clojure-emacs/orchard/pull/59): Correct inlined-dep prefix for removing namespaces
* [#57](https://github.com/clojure-emacs/orchard/pull/57): Fix parsing of Java versions for Java 11+.

## 0.4.0 (2019-01-14)
Expand Down
2 changes: 1 addition & 1 deletion src/orchard/namespace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
;; rewritten by mranderson
(.startsWith ns-name "deps.")
(.startsWith ns-name "mranderson")
(.startsWith ns-name "cider.inlined-deps")
(.startsWith ns-name "cider.nrepl.inlined-deps")
;; rewritten by dolly
(.startsWith ns-name "eastwood.copieddeps"))))

Expand Down

0 comments on commit 15a35d7

Please sign in to comment.