Skip to content

Commit

Permalink
bumped up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed May 16, 2015
1 parent e538346 commit 721dd32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "2.4.4"
(defproject luminus/lein-template "2.4.5"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/auth.clj
Expand Up @@ -5,7 +5,7 @@
(if (some #{"+auth"} (:features options))
[assets
(-> options
(append-options :dependencies [['buddy "0.5.2"]])
(append-options :dependencies [['buddy "0.5.4"]])
(append-formatted :auth-required
[['buddy.auth.middleware :refer ['wrap-authentication]]
['buddy.auth.backends.session :refer ['session-backend]]]
Expand Down
4 changes: 2 additions & 2 deletions src/leiningen/new/cljs.clj
Expand Up @@ -9,10 +9,10 @@
["resources/templates/home.html" "cljs/templates/home.html"]])

(def cljs-dependencies
[['org.clojure/clojurescript "0.0-3255" :scope "provided"]
[['org.clojure/clojurescript "0.0-3269" :scope "provided"]
['org.clojure/tools.reader "0.9.2"]
['reagent "0.5.0"]
['cljsjs/react "0.13.1-0"]
['cljsjs/react "0.13.3-0"]
['reagent-forms "0.5.1"]
['reagent-utils "0.1.4"]
['secretary "1.2.3"]
Expand Down
4 changes: 2 additions & 2 deletions src/leiningen/new/luminus/core/project.clj
Expand Up @@ -9,8 +9,8 @@
[com.taoensso/tower "3.0.2"]
[markdown-clj "0.9.66"]
[environ "1.0.0"]
[compojure "1.3.3"]
[ring/ring-defaults "0.1.4"]
[compojure "1.3.4"]
[ring/ring-defaults "0.1.5"]
[ring/ring-session-timeout "0.1.0"]
[metosin/ring-middleware-format "0.6.0"]
[metosin/ring-http-response "0.6.1"]
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/swagger.clj
Expand Up @@ -5,7 +5,7 @@
[["src/<<sanitized>>/routes/services.clj" "swagger/src/services.clj"]])

(def swagger-dependencies
[['metosin/compojure-api "0.20.0"]
[['metosin/compojure-api "0.20.1"]
['metosin/ring-swagger-ui "2.1.1-M2"]])

(defn swagger-features [[assets options :as state]]
Expand Down

0 comments on commit 721dd32

Please sign in to comment.