Update template

This commit is contained in:
oakes
2014-12-21 15:52:25 -05:00
parent 94a4c2d2df
commit 1a0ebe8f58
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
[com.badlogicgames.gdx/gdx-bullet "1.5.0"]
[neko/neko "3.0.2"]
[org.clojure-android/clojure "1.6.0-RC1" :use-resources true]
[play-clj "0.4.3-SNAPSHOT"]]
[play-clj "0.4.3"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]
[compliment "0.1.4"]]
:android {:aot :all-with-unused}}

View File

@@ -12,7 +12,7 @@
[com.badlogicgames.gdx/gdx-platform "1.5.0"
:classifier "natives-desktop"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.4.3-SNAPSHOT"]]
[play-clj "0.4.3"]]
:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]

View File

@@ -5,7 +5,7 @@
[com.badlogicgames.gdx/gdx-box2d "1.5.0"]
[com.badlogicgames.gdx/gdx-bullet "1.5.0"]
[org.clojure/clojure "1.6.0"]
[play-clj "0.4.3-SNAPSHOT"]]
[play-clj "0.4.3"]]
:source-paths ["src/clojure" "../desktop/src-common"]
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]