-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump the deps on some examples
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
(defproject ring-integrant-example "0.1.0-SNAPSHOT" | ||
:description "Reitit Ring App with Integrant" | ||
:dependencies [[org.clojure/clojure "1.10.1"] | ||
[ring/ring-jetty-adapter "1.7.1"] | ||
:dependencies [[org.clojure/clojure "1.11.2"] | ||
[ring/ring-jetty-adapter "1.12.1"] | ||
[metosin/reitit "0.7.0-alpha7"] | ||
[integrant "0.7.0"]] | ||
[integrant "0.8.1"]] | ||
:main example.server | ||
:repl-options {:init-ns user} | ||
:profiles {:dev {:dependencies [[integrant/repl "0.3.1"]] | ||
:profiles {:dev {:dependencies [[integrant/repl "0.3.3"]] | ||
:source-paths ["dev"]}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
(defproject ring-example "0.1.0-SNAPSHOT" | ||
(defproject ring-malli-lite-swagger "0.1.0-SNAPSHOT" | ||
:description "Reitit Ring App with Swagger" | ||
:dependencies [[org.clojure/clojure "1.11.1"] | ||
[metosin/jsonista "0.2.6"] | ||
[ring/ring-jetty-adapter "1.7.1"] | ||
:dependencies [[org.clojure/clojure "1.11.2"] | ||
[metosin/jsonista "0.3.8"] | ||
[ring/ring-jetty-adapter "1.12.1"] | ||
[metosin/reitit "0.7.0-alpha7"]] | ||
:repl-options {:init-ns example.server} | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
(defproject ring-example "0.1.0-SNAPSHOT" | ||
(defproject ring-malli-swagger "0.1.0-SNAPSHOT" | ||
:description "Reitit Ring App with Swagger" | ||
:dependencies [[org.clojure/clojure "1.11.1"] | ||
[metosin/jsonista "0.2.6"] | ||
[ring/ring-jetty-adapter "1.7.1"] | ||
:dependencies [[org.clojure/clojure "1.11.2"] | ||
[metosin/jsonista "0.3.8"] | ||
[ring/ring-jetty-adapter "1.12.1"] | ||
[metosin/reitit "0.7.0-alpha7"] | ||
[metosin/ring-swagger-ui "5.9.0"]] | ||
:repl-options {:init-ns example.server} | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
(defproject ring-example "0.1.0-SNAPSHOT" | ||
:description "Reitit Ring App with Swagger" | ||
:dependencies [[org.clojure/clojure "1.11.1"] | ||
[ring/ring-jetty-adapter "1.7.1"] | ||
:dependencies [[org.clojure/clojure "1.11.2"] | ||
[ring/ring-jetty-adapter "1.12.1"] | ||
[metosin/reitit "0.7.0-alpha7"] | ||
[metosin/ring-swagger-ui "5.9.0"]] | ||
:repl-options {:init-ns example.server} | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.3.2"]]}}) | ||
:profiles {:dev {:dependencies [[ring/ring-mock "0.4.0"]]}}) |