From a7301852f67351620209a8ebd477a07a31750b8a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 25 Feb 2021 12:20:38 +0100 Subject: [PATCH] snapshot --- deps.edn | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index b89e400f..50ef9d5d 100644 --- a/deps.edn +++ b/deps.edn @@ -36,7 +36,7 @@ org.clojure/math.combinatorics {:mvn/version "0.1.6"} org.clojure/core.match {:mvn/version "1.0.0"} hiccup/hiccup {:mvn/version "2.0.0-alpha2"} - metosin/malli {:mvn/version "0.2.1"}} + metosin/malli {:mvn/version "0.3.0-SNAPSHOT"}} :aliases {:main {:main-opts ["-m" "babashka.main"]} :profile diff --git a/project.clj b/project.clj index 253bb780..c67f227a 100644 --- a/project.clj +++ b/project.clj @@ -54,7 +54,7 @@ :feature/test-check {:source-paths ["feature-test-check"]} :feature/spec-alpha {:source-paths ["feature-spec-alpha"]} :feature/malli {:source-paths ["feature-malli"] - :dependencies [[metosin/malli "0.2.1"]]} + :dependencies [[metosin/malli "0.3.0-SNAPSHOT"]]} :test [:feature/xml :feature/lanterna :feature/yaml