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

@@ -5,7 +5,7 @@
[com.badlogicgames.gdx/gdx-backend-android "0.9.9"]
[neko/neko "3.0.0"]
[org.clojure-android/clojure "1.5.1-jb" :use-resources true]
[play-clj "0.1.0-SNAPSHOT"]]
[play-clj "0.1.0"]]
:repositories [["sonatype"
"https://oss.sonatype.org/content/repositories/snapshots/"]]
:profiles {:dev {:dependencies [[android/tools.nrepl "0.2.0-bigstack"]

View File

@@ -6,7 +6,7 @@
[com.badlogicgames.gdx/gdx-platform "0.9.9"
:classifier "natives-desktop"]
[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/"]]

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"]