edamame v0.0.17

This commit is contained in:
Michiel Borkent 2021-12-05 00:00:04 +01:00
parent 340b18dcf6
commit 12dbbbb43f
3 changed files with 9 additions and 3 deletions

View file

@ -99,4 +99,10 @@
:clj-nvd
{:extra-deps {clj-nvd/clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git"
:sha "f2ec98699e057a379baf170cb49cf7ad76874a70"}}
:main-opts ["-m" "clj-nvd.core"]}}}
:main-opts ["-m" "clj-nvd.core"]}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}}}

View file

@ -18,7 +18,7 @@
:test-selectors {:default (complement :windows-only)
:windows (complement :skip-windows)}
:dependencies [[org.clojure/clojure "1.11.0-alpha3"]
[borkdude/edamame "0.0.15"]
[borkdude/edamame "0.0.17"]
[borkdude/graal.locking "0.0.2"]
[org.clojure/tools.cli "1.0.206"]
[cheshire "5.10.1"]

2
sci

@ -1 +1 @@
Subproject commit 53955c37cecc79250ebe2de4c435ca57572135f9
Subproject commit 7d2eb266f3dbe596eb861358a522126a434c6792