mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
use latest malli.
test fail, but they did so earlier. FIX
This commit is contained in:
parent
7e00de835d
commit
989ab72a58
2 changed files with 10 additions and 2 deletions
|
|
@ -12,6 +12,14 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||
|
||||
## UNRELEASED
|
||||
|
||||
* Updated dependencies:
|
||||
|
||||
```clojure
|
||||
[metosin/malli "0.14.0"] is available but we use "0.13.0"
|
||||
```
|
||||
|
||||
## 0.7.0-alpha7 (2023-10-03)
|
||||
|
||||
* Revert the group id change from alpha6
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
[metosin/muuntaja "0.6.8"]
|
||||
[metosin/jsonista "0.3.7"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/malli "0.12.0"]
|
||||
[metosin/malli "0.14.0"]
|
||||
|
||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||
[com.fasterxml.jackson.core/jackson-core "2.15.1"]
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
[metosin/muuntaja "0.6.8"]
|
||||
[metosin/sieppari "0.0.0-alpha13"]
|
||||
[metosin/jsonista "0.3.7"]
|
||||
[metosin/malli "0.12.0"]
|
||||
[metosin/malli "0.14.0"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[meta-merge "1.0.0"]
|
||||
[com.bhauman/spell-spec "0.1.2"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue