From 1a0ebe8f5852788d99ae13727098fa8ff765a681 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 21 Dec 2014 15:52:25 -0500 Subject: [PATCH] Update template --- template/src/leiningen/new/play_clj/android-project.clj | 2 +- template/src/leiningen/new/play_clj/desktop-project.clj | 2 +- template/src/leiningen/new/play_clj/ios-project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/src/leiningen/new/play_clj/android-project.clj b/template/src/leiningen/new/play_clj/android-project.clj index a500e7f..502799a 100644 --- a/template/src/leiningen/new/play_clj/android-project.clj +++ b/template/src/leiningen/new/play_clj/android-project.clj @@ -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}} diff --git a/template/src/leiningen/new/play_clj/desktop-project.clj b/template/src/leiningen/new/play_clj/desktop-project.clj index 48bdc6f..2ff70ad 100644 --- a/template/src/leiningen/new/play_clj/desktop-project.clj +++ b/template/src/leiningen/new/play_clj/desktop-project.clj @@ -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"] diff --git a/template/src/leiningen/new/play_clj/ios-project.clj b/template/src/leiningen/new/play_clj/ios-project.clj index 7822d48..a1d7718 100644 --- a/template/src/leiningen/new/play_clj/ios-project.clj +++ b/template/src/leiningen/new/play_clj/ios-project.clj @@ -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"]