This commit is contained in:
Tommi Reiman 2020-05-18 14:52:41 +03:00
parent 500a4cc809
commit 9a0395837c
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,12 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
## 0.5.1-SNAPSHOT
```clj
[metosin/sieppari "0.0.0-alpha13"] is available but we use "0.0.0-alpha10"
```
## 0.5.0 (2020-05-17)
* **NOTE** Due to [issues with Jackson versioning](https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111), you might get errors after updating as [Cheshire still uses older version](https://github.com/dakrone/cheshire/pull/164) as is most likely as a transitive dependency via 3rd party libs. To resolve issues (with Leiningen), you can either:

View file

@ -32,7 +32,7 @@
[metosin/schema-tools "0.12.2"]
[metosin/muuntaja "0.6.7"]
[metosin/jsonista "0.2.6"]
[metosin/sieppari "0.0.0-alpha10"]
[metosin/sieppari "0.0.0-alpha13"]
[metosin/malli "0.0.1-20200404.091302-14"]
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111