From 518251877e039f94479516fe07f18ecb63ddb3cf Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 12 Aug 2019 23:29:10 +0200 Subject: [PATCH] sci v0.0.2 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15350ff7..0f37c5da 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/project.clj b/project.clj index e21293de..e27c9736 100644 --- a/project.clj +++ b/project.clj @@ -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"]]}