-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixes no ns declaration results in nullptr - mranderson uses mranderson - version changed to 0.2.0
- Loading branch information
1 parent
a9317ec
commit c0a07af
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
(defproject thomasa/mranderson "0.2.0-SNAPSHOT" | ||
(defproject thomasa/mranderson "0.2.0" | ||
:description "Leiningen plugin to download and use some dependencies as source." | ||
:url "https://github.com/benedekfazekas/mranderson" | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:eval-in-leiningen true | ||
:dependencies [[com.cemerick/pomegranate "0.3.0"] | ||
[org.clojure/tools.namespace "0.2.5"] | ||
[me.raynes/fs "1.4.4"]]) | ||
:plugins [[thomasa/mranderson "0.2.0"]] | ||
:dependencies [^:source-dep [com.cemerick/pomegranate "0.3.0"] | ||
^:source-dep [org.clojure/tools.namespace "0.2.5"] | ||
^:source-dep [me.raynes/fs "1.4.4"]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters