From 913653780cb2e72149afbe7aea4a3efafd7dfbe1 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 4 Feb 2020 09:09:23 +0100 Subject: [PATCH] ancient --- project.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 679e53f..6b6a62a 100644 --- a/project.clj +++ b/project.clj @@ -11,7 +11,7 @@ ;; static site [compojure "1.6.1"] [ring/ring-defaults "0.3.2"] - [ring/ring-jetty-adapter "1.7.1" + [ring/ring-jetty-adapter "1.8.0" :exclusions [ring/ring-core ring/ring-codec commons-io @@ -23,7 +23,7 @@ ;; compojure uses old transitive dependencies of ring ;; specifiy them here explicitly so newer versions ;; will be used - [ring/ring-core "1.7.1"] + [ring/ring-core "1.8.0"] [ring/ring-codec "1.1.2"] ;; neo4j @@ -36,7 +36,7 @@ [buddy/buddy-hashers "1.4.0" :exclusions [commons-codec]] [clj-time "0.15.2"] - [markdown-clj "1.10.0"] + [markdown-clj "1.10.1"] [dorothy "0.0.7"]] :profiles {:dev {:plugins [;; neo4j db @@ -50,7 +50,6 @@ [jonase/eastwood "LATEST"] [lein-bikeshed "LATEST"] [lein-cloverage "LATEST"] - [cider/cider-nrepl "0.22.2"] [lein-kibit "LATEST"]]} :uberjar {:aot :all :main wanijo.main}}