Update template

This commit is contained in:
oakes
2014-02-13 11:47:09 -05:00
parent 5c93521ce5
commit 0d1f1f1dad
4 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
(defproject play-clj/lein-template "0.1.1"
(defproject play-clj/lein-template "0.2.0"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[lein-droid "0.2.0"]]
:dependencies [[lein-droid "0.2.2"]]
:resource-paths ["resources"]
:eval-in-leiningen true)