This commit is contained in:
Michiel Borkent 2021-02-25 12:20:38 +01:00
parent f1a830abc4
commit a7301852f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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