snapshot
This commit is contained in:
parent
f1a830abc4
commit
a7301852f6
2 changed files with 2 additions and 2 deletions
2
deps.edn
2
deps.edn
|
|
@ -36,7 +36,7 @@
|
||||||
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
|
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
|
||||||
org.clojure/core.match {:mvn/version "1.0.0"}
|
org.clojure/core.match {:mvn/version "1.0.0"}
|
||||||
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}
|
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
|
:aliases {:main
|
||||||
{:main-opts ["-m" "babashka.main"]}
|
{:main-opts ["-m" "babashka.main"]}
|
||||||
:profile
|
:profile
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
:feature/test-check {:source-paths ["feature-test-check"]}
|
:feature/test-check {:source-paths ["feature-test-check"]}
|
||||||
:feature/spec-alpha {:source-paths ["feature-spec-alpha"]}
|
:feature/spec-alpha {:source-paths ["feature-spec-alpha"]}
|
||||||
:feature/malli {:source-paths ["feature-malli"]
|
:feature/malli {:source-paths ["feature-malli"]
|
||||||
:dependencies [[metosin/malli "0.2.1"]]}
|
:dependencies [[metosin/malli "0.3.0-SNAPSHOT"]]}
|
||||||
:test [:feature/xml
|
:test [:feature/xml
|
||||||
:feature/lanterna
|
:feature/lanterna
|
||||||
:feature/yaml
|
:feature/yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue