Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Feb 5, 2016
1 parent 6cbc8a9 commit a59b252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: clojure
lein: lein2
script: lein2 with-profile default:+1.6:+1.7 test
script: lein2 with-profile default:+1.8 test
jdk:
- openjdk7
- openjdk6
9 changes: 4 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/tools.macro "0.1.5"]
[clout "2.1.2"]
[medley "0.6.0"]
[medley "0.7.1"]
[ring/ring-core "1.4.0"]
[ring/ring-codec "1.0.0"]]
:plugins [[lein-codox "0.9.3"]]
Expand All @@ -15,8 +15,7 @@
:source-uri "http://github.com/weavejester/compojure/blob/{version}/{filepath}#L{line}"}
:profiles
{:dev {:jvm-opts ^:replace []
:dependencies [[ring/ring-mock "0.2.0"]
:dependencies [[ring/ring-mock "0.3.0"]
[criterium "0.4.3"]
[javax.servlet/servlet-api "2.5"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}})
:1.8 {:dependencies [[org.clojure/clojure "1.8.0"]]}})

0 comments on commit a59b252

Please sign in to comment.