We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec96b56 commit 3191663Copy full SHA for 3191663
bb.edn
@@ -3,7 +3,8 @@
3
:deps {doric/doric {:mvn/version "0.9.0"}
4
lread/status-line {:git/url "https://github.com/lread/status-line.git"
5
:sha "cf44c15f30ea3867227fa61ceb823e5e942c707f"}
6
- dev.nubank/docopt {:mvn/version "0.6.1-fix7"}}
+ dev.nubank/docopt {:mvn/version "0.6.1-fix7"}
7
+ org.babashka/http-server {:mvn/version "0.1.12"}}
8
:tasks
9
{;; setup
10
:requires ([babashka.classpath :as cp]
@@ -48,7 +49,6 @@
48
49
:patterns [:string]
50
:vars [:symbol]}}}
51
test-server {:doc "Static server to support tests (automatically lanched by tests that need it)"
- :extra-deps {org.babashka/http-server {:mvn/version "0.1.12"}}
52
:task test-server/-main}
53
test:bb {:doc "Runs tests under Babashka [--help]"
54
:task test/test-bb}
0 commit comments