sci v0.0.2
This commit is contained in:
parent
471876b1b2
commit
518251877e
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ shell-scripting friendly output. To combine `-i` and `-o` you can use `-io`.
|
|||
|
||||
The current version can be printed with `bb --version`.
|
||||
|
||||
Currently only the macros `if`, `when`, `and`, `or`, `->` and `->>` are
|
||||
Currently only the macros `if`, `when`, `and`, `or`, `->`, `->>` and `as->` are
|
||||
supported.
|
||||
|
||||
Examples:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
:url "http://opensource.org/licenses/eclipse-1.0.php"}
|
||||
:source-paths ["src"]
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[borkdude/sci "0.0.1"]]
|
||||
[borkdude/sci "0.0.2"]]
|
||||
:profiles {:clojure-1.9.0 {:dependencies [[org.clojure/clojure "1.9.0"]]}
|
||||
:clojure-1.10.1 {:dependencies [[org.clojure/clojure "1.10.1"]]}
|
||||
:test {:dependencies [[clj-commons/conch "0.9.2"]]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue