Skip to content

Commit

Permalink
fix: bump promesa and malli
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jan 20, 2023
1 parent fdd8103 commit 42bce77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{:url "https://maven.pkg.github.com/kepler16/gx.cljc"}}

:deps
{funcool/promesa {:mvn/version "9.0.489"}
{funcool/promesa {:mvn/version "10.0.594"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
metosin/malli {:mvn/version "0.9.2"}}
metosin/malli {:mvn/version "0.10.0"}}

:aliases
{:dev {:extra-paths ["test"]
Expand Down
2 changes: 1 addition & 1 deletion test/k16/gx/beta/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,6 @@
(fn [started]
(let [{:keys [error-type causes] :as failures} (:comp (gx/failures started))]
(is (= :props-validation error-type))
(is (= ":malli.core/invalid-schema {:schema :bar}"
(is (= ":malli.core/invalid-schema"
(-> causes first :title))))))))

1 comment on commit 42bce77

@vercel
Copy link

@vercel vercel bot commented on 42bce77 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-kepler16.vercel.app
gx-git-master-kepler16.vercel.app
gx.kepler16.com

Please sign in to comment.