Update template in preparation for 0.3.0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
(defproject {{app-name}} "0.0.1-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "0.9.9"]
|
||||
[com.badlogicgames.gdx/gdx-backend-robovm "0.9.9"]
|
||||
[org.clojure/clojure "1.5.1"]
|
||||
[play-clj "0.2.4"]]
|
||||
:dependencies [[com.badlogicgames.gdx/gdx "1.0"]
|
||||
[com.badlogicgames.gdx/gdx-backend-robovm "1.0"]
|
||||
[org.clojure/clojure "1.6.0"]
|
||||
[play-clj "0.3.0"]]
|
||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||
:java-source-paths ["src/java"]
|
||||
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
|
||||
|
||||
Reference in New Issue
Block a user