Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Dec 3, 2024
1 parent 88be88d commit 477be48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/mallard/deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:kmono/package {:name mallard}

:deps {tick/tick {:mvn/version "0.7.5"}
metosin/malli {:mvn/version "0.16.3"}}
:deps {tick/tick {:mvn/version "1.0"}
metosin/malli {:mvn/version "0.16.4"}}

:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
nubank/matcher-combinators {:mvn/version "3.9.1"}}
Expand Down
6 changes: 3 additions & 3 deletions packages/mongo/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

:deps {com.kepler16/mallard {:local/root "../mallard"}

org.mongodb/mongodb-driver-sync {:mvn/version "5.1.3"}
org.mongodb/mongodb-driver-sync {:mvn/version "5.2.1"}
mongo-driver-3/mongo-driver-3 {:mvn/version "0.8.0"}

metosin/malli {:mvn/version "0.16.3"}
metosin/malli {:mvn/version "0.16.4"}
funcool/promesa {:mvn/version "11.0.678"}
tick/tick {:mvn/version "0.7.5"}}
tick/tick {:mvn/version "1.0"}}

:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}
nubank/matcher-combinators {:mvn/version "3.9.1"}}
Expand Down

0 comments on commit 477be48

Please sign in to comment.