Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
belucid committed Aug 29, 2016
1 parent ea8bcf9 commit 7eda799
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

:dependencies [
;; Server-side
[org.clojure/clojure "1.9.0-alpha10"] ; Lisp on the JVM http://clojure.org/documentation
[org.clojure/clojure "1.9.0-alpha11"] ; Lisp on the JVM http://clojure.org/documentation
[org.clojure/core.match "0.3.0-alpha4"] ; Erlang-esque pattern matching https://github.com/clojure/core.match
[defun "0.3.0-alapha"] ; Erlang-esque pattern matching for Clojure functions https://github.com/killme2008/defun
[ring/ring-devel "1.6.0-beta4"] ; Web application library https://github.com/ring-clojure/ring
[ring/ring-core "1.6.0-beta4"] ; Web application library https://github.com/ring-clojure/ring
[ring/ring-devel "1.6.0-beta5"] ; Web application library https://github.com/ring-clojure/ring
[ring/ring-core "1.6.0-beta5"] ; Web application library https://github.com/ring-clojure/ring
[http-kit "2.2.0"] ; Development Web server http://http-kit.org/
[compojure "1.6.0-beta1"] ; Web routing https://github.com/weavejester/compojure
[jumblerg/ring.middleware.cors "1.0.1"] ; CORS library https://github.com/jumblerg/ring.middleware.cors
Expand All @@ -28,10 +28,10 @@
[clj-time "0.12.0"] ; Clojure date/time library https://github.com/clj-time/clj-time
[environ "1.1.0"] ; Get environment settings from different sources https://github.com/weavejester/environ
[cheshire "5.6.3"] ; JSON de/encoding https://github.com/dakrone/cheshire
[org.clojure/data.xml "0.1.0-beta1"] ; XML parser/encoder https://github.com/clojure/data.xml
[clj-http "3.1.0"] ; HTTP client https://github.com/dakrone/clj-http
[org.clojure/data.xml "0.1.0-beta2"] ; XML parser/encoder https://github.com/clojure/data.xml
[clj-http "3.2.0"] ; HTTP client https://github.com/dakrone/clj-http
;; Client-side
[org.clojure/clojurescript "1.9.93"] ; ClojureScript compiler https://github.com/clojure/clojurescript
[org.clojure/clojurescript "1.9.227"] ; ClojureScript compiler https://github.com/clojure/clojurescript
[jayq "2.5.4"] ; ClojureScript wrapper for jQuery https://github.com/ibdknox/jayq
[hiccups "0.3.0"] ; ClojureScript implementation of Hiccup https://github.com/teropa/hiccups
[cljs-uuid "0.0.4"] ; ClojureScript UUID https://github.com/davesann/cljs-uuid
Expand All @@ -53,7 +53,7 @@
:hot-reload "false"
}
:dependencies [
[midje "1.9.0-alpha3"] ; Example-based testing https://github.com/marick/Midje
[midje "1.9.0-alpha5"] ; Example-based testing https://github.com/marick/Midje
[ring-mock "0.1.5"] ; Test Ring requests https://github.com/weavejester/ring-mock
]
:plugins [
Expand All @@ -71,7 +71,7 @@
[aprint "0.1.3"] ; Pretty printing in the REPL (aprint thing) https://github.com/razum2um/aprint
]
:plugins [
[lein-cljsbuild "1.1.3"] ; ClojureScript compiler https://github.com/emezeske/lein-cljsbuild
[lein-cljsbuild "1.1.4"] ; ClojureScript compiler https://github.com/emezeske/lein-cljsbuild
[lein-bikeshed "0.3.0"] ; Check for code smells https://github.com/dakrone/lein-bikeshed
[lein-checkall "0.1.1"] ; Runs bikeshed, kibit and eastwood https://github.com/itang/lein-checkall
[lein-pprint "1.1.2"] ; pretty-print the lein project map https://github.com/technomancy/leiningen/tree/master/lein-pprint
Expand Down

0 comments on commit 7eda799

Please sign in to comment.