Skip to content

Commit

Permalink
Bumped some deps to latest stables
Browse files Browse the repository at this point in the history
Keeping ring on 1.3.1 due to IMMUTANT-525
Made ring-core a transitive dep of immutant/web
  • Loading branch information
jcrossley3 committed Feb 10, 2015
1 parent 1924432 commit 3576c1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
16 changes: 9 additions & 7 deletions project.clj
Expand Up @@ -73,19 +73,21 @@
:versions {clojure "1.6.0"
java.classpath "0.2.2"
tools.nrepl "0.2.7"
tools.reader "0.8.4"
ring "1.3.0"
clj-time "0.7.0"
cheshire "5.3.1"
tools.reader "0.8.13"
ring "1.3.1"
clj-time "0.9.0"
cheshire "5.4.0"
data.fressian "0.2.0"
core.memoize "0.5.6"
io.pedestal "0.3.0"
io.pedestal "0.3.1"
http.async.client "0.5.2"
stylefruits/gniazdo "0.1.0"
compojure "1.1.8"
org.clojure/java.jdbc "0.3.5"
compojure "1.3.1"
org.clojure/java.jdbc "0.3.6"
h2 "1.3.176"
jersey-media-sse "2.15"
potemkin "0.3.11"
clj-http "1.0.1"

org.projectodd.wunderboss "0.4.1"
;; org.projectodd.wunderboss "1.x.incremental.193"
Expand Down
7 changes: 4 additions & 3 deletions web/project.clj
Expand Up @@ -18,16 +18,17 @@
:plugins [[lein-modules "0.3.10"]]

:dependencies [[org.immutant/core _]
[potemkin "0.3.4"]
[org.projectodd.wunderboss/wunderboss-web _]]
[potemkin _]
[org.projectodd.wunderboss/wunderboss-web _]
[ring/ring-core _]]

:profiles {:dev
{:dependencies [[io.pedestal/pedestal.service _]
[org.clojars.jcrossley3/http.async.client _]
[stylefruits/gniazdo _]
[ring/ring-devel _]
[compojure _]
[clj-http "0.9.1"]
[clj-http _]
[org.glassfish.jersey.media/jersey-media-sse _]]}}

:test-paths ["test" "test-integration"])

0 comments on commit 3576c1a

Please sign in to comment.