Skip to content

Commit

Permalink
v0.6.22
Browse files Browse the repository at this point in the history
Fixes #71.
  • Loading branch information
brandonbloom committed Dec 1, 2019
1 parent 2dbf3fc commit c88ba11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fipp artifacts are [published on Clojars](https://clojars.org/fipp).
To depend on this version with Lein, add the following to your `project.clj`:

```clojure
[fipp "0.6.21"]
[fipp "0.6.22"]
```

This version of Fipp works with Clojure 1.7 or newer.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject fipp "0.6.21"
(defproject fipp "0.6.22"
:description "Fast Idiomatic Pretty Printer for Clojure"
:url "https://github.com/brandonbloom/fipp"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.rrb-vector "0.1.0"]]
[org.clojure/core.rrb-vector "0.1.1"]]
:profiles {:dev {:dependencies [[criterium "0.4.3"]
[org.clojure/clojurescript "1.9.854"]
[javax.xml.bind/jaxb-api "2.3.1"]]}}
Expand Down

0 comments on commit c88ba11

Please sign in to comment.