Skip to content

Commit

Permalink
Merge pull request innoq#183 from mvitz/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mvitz committed Mar 10, 2016
2 parents 5eec25a + 486168d commit 66f3f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
:url "http://www.apache.org/licenses/LICENSE-2.0"
:distribution :repo
:comments "A business-friendly OSS license"}
:dependencies [[org.clojure/clojure "1.7.0"]
:dependencies [[org.clojure/clojure "1.8.0"]
[ring "1.4.0"]
[compojure "1.4.0"]
[compojure "1.5.0"]
[clj-time "0.11.0"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.cli "0.3.3"]]
:pedantic? :abort
:plugins [[jonase/eastwood "0.2.2"]]
:plugins [[jonase/eastwood "0.2.3"]]
:profiles {:dev {:dependencies [[ring-mock "0.1.5"]]}
:uberjar {:aot [statuses.server]}}
:main statuses.server
Expand Down

0 comments on commit 66f3f8c

Please sign in to comment.