Skip to content

Commit 6283bdc

Browse files
committed
Revert "bump deps"
This reverts commit 9439800.
1 parent 9439800 commit 6283bdc

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ pom.xml.asc
1212
bower_components
1313
*.log
1414
gh-pages
15-
/.cpcache

project.clj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@
55
:url "http://www.eclipse.org/legal/epl-v10.html"
66
:distribution :repo
77
:comments "same as Clojure"}
8-
:dependencies [[prismatic/schema "1.4.1"]
9-
[prismatic/plumbing "0.6.0"]
8+
:dependencies [[prismatic/schema "1.1.12"]
9+
[prismatic/plumbing "0.5.5"]
1010
[ikitommi/linked "1.3.1-alpha1"] ;; waiting for the original
11-
[metosin/jsonista "0.3.1"] ;; dependency conflicts
12-
[metosin/muuntaja "0.6.10"]
11+
[metosin/muuntaja "0.6.6"]
1312
[com.fasterxml.jackson.datatype/jackson-datatype-joda "2.10.1"]
14-
[ring/ring-core "1.12.1"]
15-
[compojure "1.7.1" ]
16-
[metosin/spec-tools "0.10.6"]
17-
[metosin/ring-http-response "0.9.3"]
18-
[metosin/ring-swagger-ui "3.52.3"]
13+
[ring/ring-core "1.8.0"]
14+
[compojure "1.6.1" ]
15+
[metosin/spec-tools "0.10.0"]
16+
[metosin/ring-http-response "0.9.1"]
17+
[metosin/ring-swagger-ui "3.24.3"]
1918
[metosin/ring-swagger "0.26.2"]
2019

21-
[com.fasterxml.jackson.core/jackson-annotations "2.12.0"]
20+
;; Fix dependency conflicts
2221
[clj-time "0.15.2"]
2322
[joda-time "2.10.5"]
2423
[riddley "0.2.0"]]
@@ -37,9 +36,10 @@
3736
[org.clojure/core.async "0.6.532"]
3837
[javax.servlet/javax.servlet-api "4.0.1"]
3938
[peridot "0.5.2"]
39+
[com.rpl/specter "1.1.3"]
4040
[com.stuartsierra/component "0.4.0"]
4141
[expound "0.8.2"]
42-
[metosin/jsonista "0.3.1"]
42+
[metosin/jsonista "0.2.5"]
4343
[reloaded.repl "0.2.4"]
4444
[metosin/muuntaja-msgpack "0.6.6"]
4545
[metosin/muuntaja-yaml "0.6.6"]

0 commit comments

Comments
 (0)