Skip to content

Commit

Permalink
Update the sample project to use Clojure 1.4.0 (Issue #113).
Browse files Browse the repository at this point in the history
  • Loading branch information
emezeske committed Aug 28, 2012
1 parent 6996335 commit 7568e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample.project.clj
Expand Up @@ -5,9 +5,9 @@
; the example-projects/ folder. ; the example-projects/ folder.


(defproject org.example/sample "1.0.0-SNAPSHOT" (defproject org.example/sample "1.0.0-SNAPSHOT"
; Your project must use Clojure 1.3 or above to support ; Your project must use Clojure 1.4 or above to support
; ClojureScript compilation. ; ClojureScript compilation.
:dependencies [[org.clojure/clojure "1.3.0"]] :dependencies [[org.clojure/clojure "1.4.0"]]
; Your project should plugin-depend on lein-cljsbuild, to ensure that ; Your project should plugin-depend on lein-cljsbuild, to ensure that
; the right version of the plugin is installed. ; the right version of the plugin is installed.
:plugins [[lein-cljsbuild "0.2.7"]] :plugins [[lein-cljsbuild "0.2.7"]]
Expand Down

0 comments on commit 7568e90

Please sign in to comment.