There was an error while loading. Please reload this page.
1 parent 8dca9cc commit f2b43bbCopy full SHA for f2b43bb
project.clj
@@ -1,10 +1,11 @@
1
-(defproject funcool/codeina "0.3.0-SNAPSHOT"
+(defproject funcool/codeina "0.3.0"
2
:description "Generate documentation from Clojure source files"
3
:url "https://github.com/funcool/codeina"
4
:license {:name "Eclipse Public License"
5
:url "http://www.eclipse.org/legal/epl-v10.html"}
6
:source-paths ["src"]
7
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
8
+ :repositories [["clojars" {:sign-releases false}]]
9
:dependencies [[org.clojure/clojure "1.7.0"]
10
[org.clojure/clojurescript "1.7.107"]
11
[org.clojure/tools.namespace "0.2.11"]
0 commit comments