Update play-clj in template to stable release

This commit is contained in:
oakes
2014-01-20 01:27:42 -05:00
parent 3a61d3ad6b
commit ec1f624edb
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
: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.1.0-SNAPSHOT"]]
[play-clj "0.1.0"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]]
:source-paths ["src/clojure" "../desktop/src-common"]