diff --git a/examples/http-swagger/project.clj b/examples/http-swagger/project.clj index feaab57f..76594905 100644 --- a/examples/http-swagger/project.clj +++ b/examples/http-swagger/project.clj @@ -1,6 +1,6 @@ (defproject ring-example "0.1.0-SNAPSHOT" :description "Reitit Http App with Swagger" :dependencies [[org.clojure/clojure "1.9.0"] - [ring "1.6.3"] + [ring/ring-jetty-adapter "1.7.0-RC2"] [metosin/reitit "0.2.1"]] :repl-options {:init-ns example.server}) diff --git a/examples/ring-swagger/project.clj b/examples/ring-swagger/project.clj index a098180c..75c21ab6 100644 --- a/examples/ring-swagger/project.clj +++ b/examples/ring-swagger/project.clj @@ -1,6 +1,6 @@ (defproject ring-example "0.1.0-SNAPSHOT" :description "Reitit Ring App with Swagger" :dependencies [[org.clojure/clojure "1.9.0"] - [ring "1.6.3"] + [ring/ring-jetty-adapter "1.7.0-RC2"] [metosin/reitit "0.2.1"]] :repl-options {:init-ns example.server})