Skip to content

Commit

Permalink
jdk11 support & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Oct 3, 2018
1 parent 2b251e9 commit 1d5b74a
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 @@ -23,7 +23,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.12"]
[fipp "0.6.13"]
```

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.12"
(defproject fipp "0.6.13"
: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.0.11"]]
[org.clojure/core.rrb-vector "0.0.12"]]
:profiles {:dev {:dependencies [[criterium "0.4.3"]
[org.clojure/clojurescript "1.9.854"]]}}
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
Expand Down

0 comments on commit 1d5b74a

Please sign in to comment.