Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Apr 16, 2014
1 parent 3060fad commit ea99172
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions res/templates/library.project.clj
Expand Up @@ -9,8 +9,8 @@
:java-source-paths ["src/java" "gen"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

:dependencies [[org.clojure-android/clojure "1.5.1-jb"]
[neko/neko "3.0.0"]]
:dependencies [[org.clojure-android/clojure "1.6.0-RC1"]
[neko/neko "3.0.1"]]

:android {:target-version "{{target-sdk}}"
{{library?}}})
4 changes: 2 additions & 2 deletions res/templates/project.clj
Expand Up @@ -11,8 +11,8 @@
:java-source-paths ["src/java" "gen"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

:dependencies [[org.clojure-android/clojure "1.5.1-jb" :use-resources true]
[neko/neko "3.0.0"]]
:dependencies [[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[neko/neko "3.0.1"]]
:profiles {:dev {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
[compliment "0.0.3"]]
:android {:aot :all-with-unused}}
Expand Down
2 changes: 1 addition & 1 deletion sample/project.clj
Expand Up @@ -15,7 +15,7 @@
;; :java-only true

:dependencies [[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[neko/neko "3.0.0"]]
[neko/neko "3.0.1"]]
:profiles {:dev {:dependencies [[org.clojure/tools.nrepl "0.2.3"]
[compliment "0.0.3"]]
:android {:aot :all-with-unused}}
Expand Down

0 comments on commit ea99172

Please sign in to comment.