Skip to content

Commit 7cf6b29

Browse files
committed
Update deps in sample projects
1 parent d56f561 commit 7cf6b29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/resources/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defproject example "0.1.0-SNAPSHOT"
22
:description "Example on Compojure-api resources"
33
:dependencies [[org.clojure/clojure "1.8.0"]
4-
[metosin/compojure-api "1.1.4"]]
4+
[metosin/compojure-api "1.1.8"]]
55
:ring {:handler example.handler/app}
66
:uberjar-name "server.jar"
77
:profiles {:dev {:plugins [[ikitommi/lein-ring "0.9.8-SNAPSHOT"]]}})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defproject example "0.1.0-SNAPSHOT"
22
:description "Example on reusable Compojure-api resources"
33
:dependencies [[org.clojure/clojure "1.8.0"]
4-
[metosin/compojure-api "1.1.4"]]
4+
[metosin/compojure-api "1.1.8"]]
55
:ring {:handler example.handler/app}
66
:uberjar-name "server.jar"
77
:profiles {:dev {:plugins [[ikitommi/lein-ring "0.9.8-SNAPSHOT"]]}})

examples/simple/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(defproject example "0.1.0-SNAPSHOT"
22
:description "FIXME: write description"
33
:dependencies [[org.clojure/clojure "1.8.0"]
4-
[metosin/compojure-api "1.1.4"]]
4+
[metosin/compojure-api "1.1.8"]]
55
:ring {:handler example.handler/app}
66
:uberjar-name "server.jar"
77
:profiles {:dev {:plugins [[ikitommi/lein-ring "0.9.8-SNAPSHOT"]]}})

0 commit comments

Comments
 (0)