Skip to content

Commit

Permalink
use latest malli.
Browse files Browse the repository at this point in the history
test fail, but they did so earlier. FIX
  • Loading branch information
ikitommi committed Jan 16, 2024
1 parent 7e00de8 commit 989ab72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 989ab72

Please sign in to comment.