Update template versions and remove body-type from physics.clj

This commit is contained in:
oakes
2014-04-24 21:27:33 -04:00
parent 814a06101a
commit 95d1479d86
5 changed files with 4 additions and 5 deletions

View File

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