Skip to content

Commit

Permalink
Merge pull request #3 from mccutchen/updated-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
weavejester committed Jul 31, 2012
2 parents 87859f8 + 87b03aa commit 8542797
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ pom.xml
*.war
lib
classes
target
8 changes: 4 additions & 4 deletions project.clj
@@ -1,7 +1,7 @@
(defproject compojure-example "0.1.0"
:description "Example Compojure project"
:dependencies [[org.clojure/clojure "1.2.1"]
[compojure "1.0.0"]
[hiccup "0.3.7"]]
:dev-dependencies [[lein-ring "0.5.0"]]
:dependencies [[org.clojure/clojure "1.4.0"]
[compojure "1.1.1"]
[hiccup "1.0.0"]]
:plugins [[lein-ring "0.7.1"]]
:ring {:handler compojure.example.routes/app})
2 changes: 1 addition & 1 deletion src/compojure/example/views.clj
@@ -1,5 +1,5 @@
(ns compojure.example.views
(:use [hiccup core page-helpers]))
(:use [hiccup core page]))

(defn index-page []
(html5
Expand Down

0 comments on commit 8542797

Please sign in to comment.