mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Latest sieppari
This commit is contained in:
parent
514f113bf3
commit
bc6009d6d3
2 changed files with 7 additions and 2 deletions
|
|
@ -14,10 +14,15 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
## 0.5.0-SNAPSHOT
|
||||
|
||||
* **NOTE** Due to [issues with Jackson versioning](https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111/20), you might get errors after updating as [Cheshre still uses older version](https://github.com/dakrone/cheshire/pull/164). To resolve issues (with Leiningen), you can either:
|
||||
1) move `[metosin/reitit "0.5.0"]` as the first dependency (Lein will pick up the latest versions from there)
|
||||
2) add `[metosin/jsonista "0.2.5"]` as the first dependency
|
||||
3) add explicit dependencies to `[com.fasterxml.jackson.core/jackson-core "2.11.0"]` and `[com.fasterxml.jackson.core/jackson-databind "2.11.0"]` directly
|
||||
|
||||
* Updated deps:
|
||||
|
||||
```clj
|
||||
[metosin/sieppari "0.0.0-alpha9"] is available but we use "0.0.0-alpha8"
|
||||
[metosin/sieppari "0.0.0-alpha10"] is available but we use "0.0.0-alpha8"
|
||||
[metosin/malli "0.0.1-20200404.091302-14"] is available but we use "0.0.1-20200305.102752-13"
|
||||
[metosin/ring-swagger-ui "3.25.0"] is available but we use "3.24.3"
|
||||
[metosin/spec-tools "0.10.2"] is available but we use "0.10.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject metosin/reitit-parent "0.4.2"
|
||||
(defproject metosin/reitit-parent "0.5.0-SNAPSHOT"
|
||||
:description "Snappy data-driven router for Clojure(Script)"
|
||||
:url "https://github.com/metosin/reitit"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
Loading…
Reference in a new issue